Skip to content

Commit

Permalink
Use Travis "trusty" build and wildcard Ruby versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 31, 2017
1 parent 89b715c commit 8b8f38d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Expand Up @@ -4,14 +4,15 @@ script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- jruby
- rbx
- 2.2
- 2.3
- 2.4
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx
- rvm: jruby-9
- rvm: rbx-3
dist: trusty

0 comments on commit 8b8f38d

Please sign in to comment.