Files
i2p.i2p/tests/scripts/travis.sh
2021-02-28 10:43:07 -05:00

8 lines
170 B
Bash
Executable File

#! /bin/sh
if [ "$TRAVIS_JDK_VERSION" = "oraclejdk11" ]; then
./gradlew sonarqube codeCoverageReport -Dsonar.verbose=true
else
./gradlew check codeCoverageReport
fi