AMD64
Ruby: 2.4.2
Git
travis-ci/travis-tasks:.travis.yml@e5a3eca
language: ruby
rvm: 2.4.2
sudo: false
cache: bundler
script: bundle exec rspec -fs --color --order rand spec
notifications:
webhooks: http://requestb.in/14h19sy1
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"2.4.2"
],
"sudo": false,
"cache": {
"bundler": true
},
"script": [
"bundle exec rspec -fs --color --order rand spec"
],
"notifications": {
"webhooks": [
{
"urls": [
"http://requestb.in/14h19sy1"
]
}
]
}
}