I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 3c94f529 authored by idk's avatar idk
Browse files

remove the bashism in travis.sh

parent c04265c3
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk11" ]; then
if [ "$TRAVIS_JDK_VERSION" = "oraclejdk11" ]; then
./gradlew sonarqube codeCoverageReport -Dsonar.verbose=true
else
./gradlew check codeCoverageReport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment