Pull Request #39 remove sudo key since it's been deprecated

Travis CI uses a single linux infrastructure https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

María de Antón avatar María de Antón

Pull request event #384.1 passed

  • Ran for
AMD64
Ruby: 1.9.3
Git
This is the configuration for all of build #384, including this job
language: ruby

rvm:
  - 1.9.3
  - 2.1.5

script:
  - bundle exec rspec spec
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "1.9.3",
    "2.1.5"
  ],
  "dist": "trusty",
  "script": [
    "bundle exec rspec spec"
  ],
  "language": "ruby"
}