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