Skip to content

Commit

Permalink
Update build matrix to include new Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 6, 2015
1 parent d4db00b commit 93ecda3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
bundler_args: --without development
before_install: gem update bundler
bundler_args: --without development --retry=3 --jobs=3
cache: bundler
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- jruby
- jruby-9000
- jruby-head
- rbx-2
- ruby-head
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
- jruby
- rbx-2
- ruby-head
- 2.2
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
include:
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
fast_finish: true
sudo: false

0 comments on commit 93ecda3

Please sign in to comment.