Tweak output
This commit is contained in:
parent
b27de181da
commit
eb104847aa
1 changed files with 5 additions and 0 deletions
|
@ -8,7 +8,12 @@ env:
|
||||||
- PROFILE=product
|
- PROFILE=product
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- echo "travis_fold:start:install folding starts"
|
||||||
- mvn clean install -DskipTests -B -q -D$PROFILE
|
- mvn clean install -DskipTests -B -q -D$PROFILE
|
||||||
|
- echo "travis_fold:end:install folding ends"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- echo "travis_fold:start:test folding starts"
|
||||||
- mvn test -D$PROFILE -B
|
- mvn test -D$PROFILE -B
|
||||||
|
- echo "travis_fold:end:test folding ends"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue