Push event #17 errored

  • Ran for
  • Total time
  • New branch build
travis-ci/travis-logger:.travis.yml@2489445
language: ruby
dist: trusty
cache: bundler
script: bundle exec rspec
rvm:
  - 2.3.1
  - 2.4.4
  - 2.5.1
before_install:
  - gem install rubygems-update -v 3.4.22
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec"
  ],
  "rvm": [
    "2.3.1",
    "2.4.4",
    "2.5.1"
  ],
  "before_install": [
    "gem install rubygems-update -v 3.4.22"
  ]
}