Tweak output

This commit is contained in:
stianst 2017-12-05 08:49:54 +01:00
parent ffe0f4a65e
commit b27de181da

View file

@ -7,7 +7,8 @@ env:
- PROFILE=community
- PROFILE=product
install: true
install:
- mvn clean install -DskipTests -B -q -D$PROFILE
script:
- mvn clean install test -D$PROFILE -B -q
- mvn test -D$PROFILE -B