Skip to content
Permalink
Browse files

JAVA_HOME should be set for xcode travis env

  • Loading branch information...
jakl committed Dec 4, 2014
1 parent 1a76ce5 commit 503ff248d7a0ec64780bbd48a2c7aa941b7afac4
Showing with 1 addition and 1 deletion.
  1. +1 −1 .travis.sh
@@ -10,7 +10,7 @@ case $TWITTER_TEXT_DIR in
bundle exec rake
;;
java)
mvn test
JAVA_HOME=${JAVA_HOME-`/usr/libexec/java_home`} mvn test
;;
js)
npm install -g grunt-cli

0 comments on commit 503ff24

Please sign in to comment.
You can’t perform that action at this time.