From 9bd4c22f406bb5d85835213ad6b11b2292da65ee Mon Sep 17 00:00:00 2001 From: Yohan Robert Date: Sat, 19 Mar 2016 00:56:42 +0100 Subject: [PATCH] Replace -d by --debug in JRUBY_OPTS for travis It seems that for coverage to work properly the "--debug" option is needed when using JRuby. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1634c9a7..c0b93f1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: env: global: - - "JRUBY_OPTS='--dev -J-Xmx1024M' -d" + - "JRUBY_OPTS='--dev -J-Xmx1024M --debug'" matrix: - "RAILS_VERSION=4.0" - "RAILS_VERSION=4.1"