remove the bashism in travis.sh

This commit is contained in:
idk
2021-02-28 10:43:07 -05:00
parent c04265c37a
commit 3c94f529ad

View File

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