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

Commit f7362a7

Browse files
mathbagugeofjamg
authored andcommitted
Run maven in batch-mode (#112)
1 parent e839cbc commit f7362a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ addons:
1515
install:
1616
# Build powsybl-core
1717
- git clone https://github.com/powsybl/powsybl-core powsybl/powsybl-core
18-
- pushd powsybl/powsybl-core && mvn -DskipTests install && popd
18+
- pushd powsybl/powsybl-core && mvn --batch-mode -DskipTests install && popd
1919

2020
script:
21-
- mvn clean verify sonar:sonar
21+
- mvn --batch-mode clean verify sonar:sonar

0 commit comments

Comments
 (0)