Plan/scripts/runTests.sh

5 lines
64 B
Bash

set -e
cd $TRAVIS_BUILD_DIR/Plan
./gradlew test --info
cd $HOME