Skip to content

Commit

Permalink
Merge pull request #473 from gogainda/patch-1
Browse files Browse the repository at this point in the history
Add TruffleRuby to CI builds
  • Loading branch information
RobinDaugherty committed Sep 17, 2020
2 parents 7033624 + 08cade6 commit ca3bdee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rvm:
- 2.6.5
- 2.7.0
- ruby-head
- truffleruby-head
gemfile:
- gemfiles/rails42.gemfile
- gemfiles/rails50.gemfile
Expand Down Expand Up @@ -96,3 +97,15 @@ matrix:
gemfile: gemfiles/rails42_boc.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails42_haml.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rails42_boc.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rails50_boc.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rails51_boc.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rails52_boc.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rails60_boc.gemfile
- rvm: truffleruby-head
gemfile: gemfiles/rack_boc.gemfile

0 comments on commit ca3bdee

Please sign in to comment.