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

Commit b7ccadf

Browse files
committed
Execute tests in Travis
Use explicit "mvn verify", instead of implicit "mvn test" which Travis executes by default, because tycho-surefire-plugin:test is bound to integration-test phase.
1 parent 1d1c5cf commit b7ccadf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
language: java
2+
3+
# Skip "install" stage:
4+
install: true
5+
6+
# Use container-based infrastructure:
7+
sudo: false
8+
9+
script: mvn -V -B -e verify

0 commit comments

Comments
 (0)