Plan/scripts/runTests.sh
2019-04-03 22:44:26 +03:00

5 lines
64 B
Bash

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