Plan/scripts/runCheckstyle.sh

6 lines
92 B
Bash

set -e
cd $TRAVIS_BUILD_DIR/Plan
./gradlew checkstyleMain
./gradlew checkstyleTest
cd $HOME