We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb634a commit 8622a35Copy full SHA for 8622a35
1 file changed
.travis.yml
@@ -8,7 +8,8 @@ matrix:
8
- os: linux
9
jdk: openjdk7
10
- os: osx
11
- language: java
+ # see travis issue https://github.com/travis-ci/travis-ci/issues/2839
12
+ env: JAVA_HOME=$(/usr/libexec/java_home)
13
before_install:
14
- mvn clean
15
- git clone -b travis `git config --get remote.origin.url` target/travis
0 commit comments