Fixed unexpected end of file.

This commit is contained in:
Erik C. Thauvin 2019-04-02 10:43:52 -07:00
parent d86f84583c
commit dcc21a5544

View file

@ -13,5 +13,5 @@ after_success:
./gradlew sonarqube \ ./gradlew sonarqube \
-Dsonar.github.pullRequest=${TRAVIS_PULL_REQUEST} \ -Dsonar.github.pullRequest=${TRAVIS_PULL_REQUEST} \
-Dsonar.github.oauth=${SONAR_GITHUB} \ -Dsonar.github.oauth=${SONAR_GITHUB} \
-Dsonar.login=${SONAR_TOKEN} \ -Dsonar.login=${SONAR_TOKEN}
fi fi