mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-03 01:10:17 +01:00
5 lines
64 B
Bash
5 lines
64 B
Bash
set -e
|
|
cd $TRAVIS_BUILD_DIR/Plan
|
|
./gradlew test --info
|
|
cd $HOME
|