Ensure batch mode is used during CI

This commit is contained in:
Andrew DeMaria
2018-12-09 23:29:05 -05:00
parent af93f1eed1
commit 7425e71d25
+1 -1
View File
@@ -15,4 +15,4 @@ before_script:
- export M2_HOME=$PWD/apache-maven-3.5.4 - export M2_HOME=$PWD/apache-maven-3.5.4
- export PATH=$PWD/apache-maven-3.5.4/bin:$PATH - export PATH=$PWD/apache-maven-3.5.4/bin:$PATH
script: script:
- mvn verify -P integration-test - mvn verify -B -P integration-test