Skip to content

Commit f69d35a

Browse files
committed
chore: unbreak deploy by building a WAR file
When we remove execution of the integration tests (mvn verify), we also miss that it was creating WAR file that is used during deployment. Correction for 6003e01 commit. Relate to #1154
1 parent e1ffb76 commit f69d35a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ before_script:
1212
- trap 'travis_terminate 1' ERR;
1313
pip install --user ansible==2.9.27;
1414

15+
script:
16+
- mvn clean package
17+
1518
deploy:
1619
provider: script
1720
script: ./src/main/scripts/ci/deploy.sh

0 commit comments

Comments
 (0)