Skip to content

Commit

Permalink
Update Travis ruby versions
Browse files Browse the repository at this point in the history
Drop rbx as it’s not installing properly on Travis, bump version of
other rubies.
  • Loading branch information
lautis committed Oct 21, 2016
1 parent b3150a6 commit 96dbf84
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@ cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.0
- 2.1.9
- 2.2.5
- 2.3.1
- jruby-19mode
- jruby-9.0.4.0
- rbx-2
- jruby-9.0.5.0
git:
submodules: false
gemfile:
- Gemfile
matrix:
include:
- rvm: 2.3.0
- rvm: 2.3.1
gemfile: gemfiles/rubyracer
- rvm: 2.1.7
- rvm: 2.1.9
gemfile: gemfiles/rubyracer
- rvm: jruby-19mode
gemfile: gemfiles/rubyrhino
- rvm: 2.3.0
- rvm: 2.3.1
gemfile: gemfiles/alaska
env: ALASKA=1
allow_failures:
- rvm: 2.3.0
- rvm: 2.3.1
gemfile: gemfiles/alaska
env: ALASKA=1

0 comments on commit 96dbf84

Please sign in to comment.