Skip to content

Commit

Permalink
Add echo $HOME to travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 5, 2014
1 parent 87f93a1 commit d7aac8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ before_script:
- unset GEM_PATH GEM_HOME IRBRC JRUBY_OPTS
- "export PATH=`pwd`/bin:$PATH"
- "export JAVA_OPTS='-XX:+TieredCompilation -XX:TieredStopAtLevel=1'"
- echo $HOME

jdk:
- openjdk7
Expand Down

0 comments on commit d7aac8c

Please sign in to comment.