Skip to content

Commit

Permalink
Have Travis give less verbose stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Feb 1, 2016
1 parent c14a3df commit 53b8f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: java
notifications:
email: false
before_install: chmod +x gradlew
install: ./gradlew setupCIWorkspace -S
script: ./gradlew build -S
install: ./gradlew setupCIWorkspace -s
script: ./gradlew build -s
jdk:
- oraclejdk8
- oraclejdk7
Expand Down

0 comments on commit 53b8f08

Please sign in to comment.