AMD64
Ruby: 2.4.1
Git
enthought/traitsui:.travis.yml@6ce4f2b
null
Build Config
{
"env": {
"global": [
"COVERAGE=1"
]
},
"rvm": "2.4.1",
"dist": "trusty",
"sudo": false,
"cache": "bundler",
"addons": {
"postgresql": 9.3
},
"script": [
"bundle exec rspec"
],
"services": [
"memcached",
"redis",
"rabbitmq"
],
"before_script": [
"bundle exec rake db:create --trace"
],
"before_install": [
"bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM"
]
}