Skip to content

Commit

Permalink
Running gradle wrapper when building on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalnowak committed Apr 20, 2016
1 parent c6c1138 commit 5b57e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: java
script: gradle build jacocoTestReport
script: ./gradlew build jacocoTestReport

jdk:
- oraclejdk8
Expand Down

0 comments on commit 5b57e52

Please sign in to comment.