Skip to content

Commit

Permalink
Try to get Travis passing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Sep 24, 2019
1 parent 592cabf commit 9b7fc05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
Expand All @@ -18,8 +16,14 @@ rvm:
- ruby-head
- truffleruby
matrix:
include:
- rvm: 1.8.7
dist: trusty
- rvm: 1.9.2
dist: trusty
allow_failures:
- rvm: jruby-head
- rvm: jruby-9.0.5.0
- rvm: ruby-head
- rvm: truffleruby
gemfile: .travis.gemfile
Expand Down

0 comments on commit 9b7fc05

Please sign in to comment.