Skip to content

Commit

Permalink
config: fix for wercker buld failure due to outdated selenium version…
Browse files Browse the repository at this point in the history
… in htmlunit project
  • Loading branch information
romani authored and timurt committed Dec 19, 2017
1 parent e22c12b commit 2109eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Expand Up @@ -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@r14807 htmlunit
svn -q export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit@r14857 htmlunit
cd htmlunit
echo "Running checkstyle validation ..."
mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
Expand Down

0 comments on commit 2109eed

Please sign in to comment.