Skip to content

Commit

Permalink
travis: running tests against JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Delugré committed Jan 5, 2019
1 parent f4572c0 commit bf38c39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
sudo: false
cache: bundler
language: ruby
dist: trusty
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby
install:
- bundle install --jobs=4 --retry=3

0 comments on commit bf38c39

Please sign in to comment.