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 72228eb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
@@ -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:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
- jruby
- 2.2
- jruby-9000
- jruby-head
- rbx-2
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: rbx-2
- rvm: ruby-head
include:
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
fast_finish: true
sudo: false

0 comments on commit 72228eb

Please sign in to comment.