Plan/scripts/runTests.sh

5 lines
61 B
Bash

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