Update runTests.sh

This commit is contained in:
Risto Lahtela 2018-12-18 21:15:50 +02:00 committed by GitHub
parent 65221b1ba9
commit 486819cd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
cd Plan
gradle tasks
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
mvn -T 1C test
gradle test
fi
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then