Push event #2 errored

  • Ran for
  • Total time
travis-ci/travis-instrumentation:.travis.yml@a4e6d3a
sudo: false
language: ruby

rvm:
  - 2.0
  - 2.1
  - 2.2
  - jruby-19mode
  - jruby-9

script: bundle exec rspec spec --color --format documentation --require spec_helper
before_install:
  - gem install rubygems-update -v 3.4.22
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "rvm": [
    "2.0",
    "2.1",
    "2.2",
    "jruby-19mode",
    "jruby-9"
  ],
  "script": [
    "bundle exec rspec spec --color --format documentation --require spec_helper"
  ],
  "before_install": [
    "gem install rubygems-update -v 3.4.22"
  ]
}