Skip to content

Commit

Permalink
Add TruffleRuby to the CI matrix, allowing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 25, 2018
1 parent 1aecaf9 commit 8046144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -66,6 +66,9 @@ matrix:
- rvm: 2.6.0
env: RUN=rspec

- rvm: truffleruby
env: RUN=rspec

- rvm: jruby-9.2.4.1
env: RUN=rspec

Expand All @@ -75,6 +78,7 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: truffleruby
- env: RUN=smoke_test


Expand Down

0 comments on commit 8046144

Please sign in to comment.