diff options
| author | Luc Donnet | 2012-12-17 11:05:24 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-12-17 11:05:24 +0100 |
| commit | 97991734995dd532bac7a0787819762b71d4efff (patch) | |
| tree | 3e5c867964855bbbe16b0f1f9faf6d7509bb9f63 /.travis.yml | |
| parent | 050a260769adc80a02cd3222cc677aabe4d0b9ed (diff) | |
| download | chouette-core-97991734995dd532bac7a0787819762b71d4efff.tar.bz2 | |
Disable Cext for jruby
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |
