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