Skip to content

Commit

Permalink
Remove extraneous "wrapper" from Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Mar 22, 2020
1 parent 6902f89 commit 86b1b30
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
Expand Up @@ -3,7 +3,7 @@ jdk:
- openjdk8

install: "./gradlew setupCIWorkspace -s"
script: "./gradlew wrapper build -s"
script: "./gradlew build -s"

deploy:
provider: releases
Expand Down

0 comments on commit 86b1b30

Please sign in to comment.