Plan/scripts/runCheckstyle.sh

5 lines
79 B
Bash

cd $TRAVIS_BUILD_DIR/Plan
gradle checkstyleMain
gradle checkstyleTest
cd $HOME