Plan/scripts/runCheckstyle.sh

6 lines
92 B
Bash
Raw Normal View History

set -e
2019-01-03 19:33:23 +08:00
cd $TRAVIS_BUILD_DIR/Plan
2019-04-04 03:44:26 +08:00
./gradlew checkstyleMain
./gradlew checkstyleTest
2019-01-03 19:18:57 +08:00
cd $HOME