mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add TruffleRuby to (Travis) CI
+ Ignore generated Sulong extension
This commit is contained in:
parent
536c3ed4a1
commit
8e751a8ce0
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,3 +24,4 @@ Gemfile.lock
|
|||
/Rakefile_wintest
|
||||
*.gem
|
||||
/lib/puma/puma_http11.rb
|
||||
/lib/puma/puma_http11.su
|
||||
|
|
|
@ -56,6 +56,7 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
- rvm: ruby-head
|
||||
env: jit=yes
|
||||
- rvm: truffleruby
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue