Skip to content

Commit

Permalink
Remove --profile as Travis thinks we've got an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Aug 11, 2017
1 parent b6b1ec8 commit 181772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 181772f

Please sign in to comment.