Skip to content

Commit

Permalink
Merge pull request ambethia#371 from gogainda/patch-1
Browse files Browse the repository at this point in the history
Add Truffleruby head to CI
  • Loading branch information
grosser authored Oct 23, 2020
2 parents 0876e23 + 2d9f8c9 commit 0609c5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ rvm:
- 2.5
- 2.6
- 2.7
- truffleruby-head
env:
- TASK=test
matrix:
include:
- rvm: 2.3 # keep same as lowest ruby version
env: TASK=rubocop
allow_failures:
- rvm: truffleruby-head

script: bundle exec rake $TASK
branches:
only: master
Expand Down

0 comments on commit 0609c5c

Please sign in to comment.