From 181772f4d797d091798f5ca5d8792bfaac1eda2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20G=C3=BCnnewig?= Date: Fri, 11 Aug 2017 08:16:49 +0200 Subject: [PATCH] Remove --profile as Travis thinks we've got an exception --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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