Skip to content

Commit 54c94b7

Browse files
committed
Add env setting to allow C extensions which are not allowed by default anymore by travis-ci, see https://docs.travis-ci.com/user/languages/ruby
* .travis.yml:
1 parent dd142d2 commit 54c94b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
env:
2+
global:
3+
- "JRUBY_OPTS=-Xcext.enabled=true"
14
rvm:
25
- 1.8.7
36
- ree

0 commit comments

Comments
 (0)