Skip to content

Commit e475626

Browse files
committed
bugfix(build): fix travis build-test script
1 parent 45db4c4 commit e475626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
script:
4141
- build/setMavenVersion.sh
4242
- mvn verify -fae -DskipITs $MVN_ARGS
43+
- mvn package
4344
- ./test-integration.sh
4445
after_success:
4546
- build/publishCodeCoverage.sh

0 commit comments

Comments
 (0)