Plan/scripts/runCheckstyle.sh

6 lines
92 B
Bash
Raw Normal View History

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