github.com/mayra-cabrera/buffalo@v0.9.4-0.20170814145312-66d2e7772f11/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 }]