Skip to content

Commit

Permalink
Remove 1.8.7 support & fix rbx.
Browse files Browse the repository at this point in the history
Remove 1.8.7 support.
Travis CI doesn't support rbx-18mode & rbx-19mode any more. rbx & rbx-2 are used instead.
  • Loading branch information
ademin committed May 19, 2014
1 parent 97a7799 commit d3d60f3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,19 @@ gemfile:
- .travis.gemfile.rubyracer

rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- rbx
- rbx-2

matrix:
exclude:
- rvm: jruby-18mode
gemfile: .travis.gemfile.rubyracer
- rvm: jruby-19mode
gemfile: .travis.gemfile.rubyracer

include:
- rvm: jruby-18mode
gemfile: .travis.gemfile.rubyrhino
- rvm: jruby-19mode
gemfile: .travis.gemfile.rubyrhino

0 comments on commit d3d60f3

Please sign in to comment.