mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-22 17:18:40 +01:00
Update runTests.sh
This commit is contained in:
parent
65221b1ba9
commit
486819cd2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user