Skip to content

Commit

Permalink
tokensmith: removed unfound tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmackenzie committed Oct 25, 2019
1 parent 12c1271 commit ef7306b
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 @@ -5,10 +5,10 @@ jdk:
- openjdk12

install:
- ./gradlew assemble -x signArchives -i
- ./gradlew assemble -i

script:
- ./gradlew check -x signArchives -i
- ./gradlew check -i

after_failure:
chmod +x $TRAVIS_BUILD_DIR/print_surefire_reports.sh; $TRAVIS_BUILD_DIR/print_surefire_reports.sh

0 comments on commit ef7306b

Please sign in to comment.