AMD64
Ruby: 2.4.2
Git
travis-ci/travis-tasks:.travis.yml@a3413cb
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
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.4.2"
  ],
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -fs --color --order rand spec"
  ],
  "language": "ruby",
  "notifications": {
    "webhooks": [
      {
        "urls": [
          "http://requestb.in/14h19sy1"
        ]
      }
    ]
  }
}