Plan/scripts/runTests.sh

4 lines
54 B
Bash

cd $TRAVIS_BUILD_DIR/Plan
gradle test --info
cd $HOME