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 cd79e53 commit 6aebfbf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby
- rbx
- 2.2
- 2.3
- 2.4
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby

- rvm: jruby-9
- rvm: rbx-3
dist: trusty

0 comments on commit 6aebfbf

Please sign in to comment.