From 0bd2cb6dd3e7c715cc6728ffb66214042daa2733 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 27 May 2016 17:10:15 -0700 Subject: [PATCH] Revert "config: travis updated to use new tag from xwiki-commons" This reverts commit b334265b38a4dd8f8b105e69a06957e2502f662e. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25b49ea37..1e557a1f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ matrix: - CMD4=" && CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)" - CMD5=" && echo CS_version:\$CS_POM_VERSION" - CMD6=" && git clone https://github.com/checkstyle/xwiki-commons/ " - - CMD7=" && cd xwiki-commons && git checkout 4992e06ac8edf2b7357e459f650aa42ec5e12f74 " + - CMD7=" && cd xwiki-commons && git checkout checkstyle-regression " - CS_CMD=" && mvn install -DskipTests -Dxwiki.clirr.skip=true checkstyle:check -Dcheckstyle.version=\$CS_POM_VERSION" - CMD=$CMD1$CMD2$CMD3$CMD4$CMD5$CMD6$CMD7$CS_CMD - COVERAGE_CMD=""