aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-08-25 14:19:07 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-08-25 14:19:07 -0700
commitaaaf7f9fc53fa7b1019ea75e8c621cc7c2c844cf (patch)
treeb845f5da97a2e3413810020f216f56ecbef6417a /wercker.yml
parent558fcb683dad9d14d04768a102de379a430bd71f (diff)
downloadcheckstyle-aaaf7f9fc53fa7b1019ea75e8c621cc7c2c844cf.tar.gz
config: update wercker's build for htmlunit to latest their code to avoid build problem
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wercker.yml b/wercker.yml
index 4d1918f98..df4252d7b 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -146,7 +146,7 @@ build:
CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo "checkouting project sources ..."
- svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@14738 htmlunit
+ svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@r14797 htmlunit
cd htmlunit
echo "Running checkstyle validation ..."
mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}