Skip to content

Commit

Permalink
Added some diagnostic info to the Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Mar 16, 2019
1 parent 79d8788 commit 681833e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 6.3.0
- JAVA_HOME=$(jdk_switcher home openjdk8) ./gradlew classes testClasses

script: ./gradlew test --info --stacktrace --no-daemon
script:
- $JAVA_HOME/bin/java -version
- java -version
- ./gradlew test --info --stacktrace --no-daemon

0 comments on commit 681833e

Please sign in to comment.