From 98368573e2a5803f681ed2b90ff9e970fc03b8b3 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sun, 19 Jun 2016 06:46:56 -0700 Subject: [PATCH] config: introduction of sonarqube validation to CI (escaping variable) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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