aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2016-06-19 06:46:56 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2016-06-19 06:47:03 -0700
commit98368573e2a5803f681ed2b90ff9e970fc03b8b3 (patch)
treeb39d1991ee607ab1c09f92217f38f6b1c92e0d19 /.travis.yml
parent21cad8b0c393d80654a3a7a357066da5036ef106 (diff)
downloadcheckstyle-98368573e2a5803f681ed2b90ff9e970fc03b8b3.tar.gz
config: introduction of sonarqube validation to CI (escaping variable)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a7bb37b86..25f93668d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ matrix:
- DESC="sonarqube.com"
- CMD1="mvn clean package cobertura:cobertura sonar:sonar "
- CMD2=" -Dsonar.host.url=https://sonarqube.com "
- - CMD3=" -Dsonar.login=$SONAR_TOKEN "
+ - CMD3=" -Dsonar.login=\$SONAR_TOKEN "
- CMD4=" -Dcobertura.report.format=xml -Dmaven.test.failure.ignore=true "
- CMD5=" -Dcheckstyle.skip=true -Dpmd.skip=true -Dcheckstyle.ant.skip=true "
- CMD=$CMD1$CMD2$CMD3$CMD4$CMD5