diff --git a/.travis.yml b/.travis.yml index e9ce150d9..f9792b3ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ env: # Travis by default also have "-Dcext.enabled=false" set in # JRUBY_OPTS, but JRuby 9 does not support C extensions at all # so it issues warning that will mess up the sterr checks. - - JRUBY_OPTS="--dev --debug --profile --profile.graph" + - JRUBY_OPTS="--dev --debug" # Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for # JRuby 9 - LC_ALL=en_US.UTF-8