aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuc Donnet2012-12-17 11:05:24 +0100
committerLuc Donnet2012-12-17 11:05:24 +0100
commit97991734995dd532bac7a0787819762b71d4efff (patch)
tree3e5c867964855bbbe16b0f1f9faf6d7509bb9f63 /.travis.yml
parent050a260769adc80a02cd3222cc677aabe4d0b9ed (diff)
downloadchouette-core-97991734995dd532bac7a0787819762b71d4efff.tar.bz2
Disable Cext for jruby
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc8a4c271..54c6213f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ before_script:
- "psql -c 'create database chouette_test;' -U postgres"
- "rake ci:prepare_travis"
script: "rake spec"
+env:
+ - JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"
+ - JRUBY_OPTS="--1.9 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"
notifications:
recipients:
- luc.donnet@dryade.net \ No newline at end of file