Tweak output

This commit is contained in:
stianst 2017-12-05 08:57:42 +01:00
parent eb104847aa
commit 93db9e55f9

View file

@ -13,7 +13,4 @@ install:
- echo "travis_fold:end:install folding ends" - echo "travis_fold:end:install folding ends"
script: script:
- echo "travis_fold:start:test folding starts" - mvn test -f tests/pom.xml -D$PROFILE -B
- mvn test -D$PROFILE -B
- echo "travis_fold:end:test folding ends"