AMD64
Ruby: 2.3.1
Git
RAILS_ENV=test
The .travis.yml file used for this job is not available
Build Config
{
"env": [
"RAILS_ENV=test"
],
"rvm": "2.3.1",
"sudo": false,
"cache": {
"directories": [
"vendor/bundle"
]
},
"addons": {
"postgresql": "9.3"
},
"matrix": {
"fast_finish": true
},
"install": [
"bundle _1.12.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}"
],
"language": "ruby",
"services": [
"postgresql"
],
"before_script": [
"cp config/database.yml.travis config/database.yml"
],
"before_install": [
"gem install bundler -v 1.12.4"
]
}