AMD64
Ruby: 2.2
Git
The .travis.yml file used for this job is not available
Build Config
{
"env": {
"global": [
"COVERAGE=1"
]
},
"rvm": [
2.2
],
"dist": "trusty",
"sudo": false,
"cache": [
"bundler"
],
"addons": {
"postgresql": 9.3
},
"script": [
"bundle exec rspec"
],
"language": "ruby",
"services": [
"memcached",
"redis",
"rabbitmq"
],
"before_script": [
"bundle exec rake db:create --trace"
],
"before_install": [
"bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM"
]
}