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

Commit 63b6e40

Browse files
committed
Set non interactive batch mode for maven when running tests
1 parent 03c2f93 commit 63b6e40

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
@@ -10,7 +10,7 @@ install: true
1010
script:
1111
- set -e
1212
- echo -en "travis_fold:start:Test\r"
13-
- mvn install -Pdependency-check
13+
- mvn install -Pdependency-check -B
1414
- echo -en "travis_fold:end:Test\r"
1515
- export REPO=securecodebox/engine
1616
- export TAG=$(echo $TRAVIS_BRANCH | sed 's/\//-/g')

0 commit comments

Comments
 (0)