Pull Request #129 .travis.yml: Test against current Ruby

Pull request event #190 passed

  • Ran for
  • Total time
  • New branch build
.travis.yml
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.6.2

script: bundle exec rspec
bundler_args: "--without play"
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "1.9.3",
    "2.0.0",
    "2.1.2",
    "2.6.2"
  ],
  "dist": "trusty",
  "script": [
    "bundle exec rspec"
  ],
  "language": "ruby",
  "bundler_args": "--without play"
}