Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Dec 10, 2019
1 parent 49317c1 commit c194360
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ language: ruby

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7.0-preview2
- 2.7.0-preview3
- ruby-head
- jruby
matrix:
allow_failures:
- rvm: 1.9.3
- rvm: ruby-head
- rvm: jruby
script: "bundle exec rake"
Expand Down

0 comments on commit c194360

Please sign in to comment.