1
0
mirror of https://github.com/plan-player-analytics/Plan.git synced 2025-03-23 12:10:07 +01:00
Plan/scripts/runTests.sh

5 lines
61 B
Bash

set -e
cd $TRAVIS_BUILD_DIR/Plan
gradle test --info
cd $HOME