Skip to content

Commit

Permalink
Change to add latest rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 7, 2019
1 parent f3b1fd8 commit badde9e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
---
language: ruby
sudo: false
cache: bundler
before_install: "gem update bundler"
before_install: "gem install bundler -v '< 2.0'"
script: "bundle exec rake ci"
rvm:
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.1
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
- ruby-head
- jruby-9000
- jruby-9.1.5.0
- jruby-head
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9.1.5.0
- rvm: truffleruby
fast_finish: true
branches:
only: master

0 comments on commit badde9e

Please sign in to comment.