Skip to content

Commit

Permalink
Improve travis compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
tomelfring committed Jun 3, 2017
1 parent 16b6860 commit 83ebb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,7 @@ cache:
- $HOME/.gradle/wrapper/
before_install:
- chmod +x gradlew
install:
- ./gradlew setupCIWorkspace
script:
- ./gradlew check

0 comments on commit 83ebb23

Please sign in to comment.