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