AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.4.2"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec -fs --color --order rand spec"
  ],
  "language": "ruby",
  "notifications": {
    "webhooks": {
      "urls": [
        "http://requestb.in/14h19sy1"
      ],
      "enabled": true
    }
  }
}