Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 9863f73

Browse files
committed
Workaround weird maven behavior that runs goals twice
1 parent c9e17fc commit 9863f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
directories:
66
- "$HOME/.m2"
77
install: true # skip travis' pre-installation of dependencies
8-
script: ./mvnw package integration-test verify #make sure to run verify as integration-test alone doesn't fail the build
8+
script: ./mvnw package verify #make sure to run verify as integration-test alone doesn't fail the build
99
deploy:
1010
skip_cleanup: true
1111
provider: script

0 commit comments

Comments
 (0)