Skip to content

Commit

Permalink
Fix specs on jruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 23, 2017
1 parent 04996da commit 2981214
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Expand Up @@ -2,16 +2,18 @@ language: ruby
sudo: false
dist: trusty
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-head
- ruby-head
- rbx-3

matrix:
include:
- rvm: 2.0
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3
- rvm: 2.4
- rvm: jruby-head
env: JRUBY_OPTS="--debug -X+O"
- rvm: ruby-head
- rvm: rbx-3
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
Expand Down

0 comments on commit 2981214

Please sign in to comment.