aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoman Ivanov <romani@users.noreply.github.com>2016-05-27 13:27:00 -0700
committerRoman Ivanov <romani@users.noreply.github.com>2016-05-27 13:27:00 -0700
commitb334265b38a4dd8f8b105e69a06957e2502f662e (patch)
treee629a15c2c4782f50274f6a85f63000494c6a2bc /.travis.yml
parent39b343a32a4f1ce18ee98a34618fda0a5404d6a0 (diff)
downloadcheckstyle-b334265b38a4dd8f8b105e69a06957e2502f662e.tar.gz
config: travis updated to use new tag from xwiki-commons
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 1e557a1f9..25b49ea37 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 checkstyle-regression "
+ - CMD7=" && cd xwiki-commons && git checkout 4992e06ac8edf2b7357e459f650aa42ec5e12f74 "
- 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=""