Plan/scripts/runCheckstyle.sh

6 lines
86 B
Bash

set -e
cd $TRAVIS_BUILD_DIR/Plan
gradle checkstyleMain
gradle checkstyleTest
cd $HOME