Skip to content

Commit

Permalink
Avoid gradle assemble in Travis (square#5312)
Browse files Browse the repository at this point in the history
yschimke authored Jul 29, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2a1f328 commit 77a2a38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -5,8 +5,12 @@ dist: trusty
jdk:
- oraclejdk8

# avoid ./gradlew assemble default which builds docs
install:
- ./gradlew jar --parallel

script:
- ./gradlew check --parallel
- ./gradlew test --parallel

after_success:
- .buildscript/deploy_snapshot.sh

0 comments on commit 77a2a38

Please sign in to comment.