github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/buffalo/cmd/filetests/new_travis.json (about) 1 [{ 2 "path": ".travis.yml", 3 "contains": [ 4 "language: go", 5 "1.7.x", 6 "master", 7 "go_import_path:" 8 ] 9 },{ 10 "path": "database.yml", 11 "contains": [ 12 "dialect: \"sqlite3\"", 13 "development:", 14 "production:", 15 "test:" 16 ] 17 }]