Skip to content

Commit

Permalink
Add JRuby and Truffleruby to Travis-CI
Browse files Browse the repository at this point in the history
They currently fail, but this is in preparation of ffi#660.
  • Loading branch information
larskanis committed Jan 14, 2019
1 parent 1ddc987 commit b6d698d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,8 @@ matrix:
- rvm: system
- os: osx
rvm: ruby-head
- rvm: jruby
- rvm: truffleruby
exclude: # ruby 2.4.2 needs build with xcode9 or later on osx
- os: osx
rvm: 2.4.2
Expand All @@ -39,5 +41,13 @@ matrix:
rvm: 2.4.2
env:
- CC=clang
- os: linux
rvm: jruby
- os: linux
rvm: truffleruby
- os: osx
rvm: jruby
- os: osx
rvm: truffleruby
after_failure:
- "find build -name mkmf.log | xargs cat"

0 comments on commit b6d698d

Please sign in to comment.