aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-01-31 22:21:59 -0500
committerRoman Ivanov <romani@users.noreply.github.com>2017-02-01 13:16:53 -0800
commit4a696a977150f43917363c1152f7e6837716fadc (patch)
tree55d114289a282677d2c23227305fd18ba0cd7bc2 /wercker.yml
parent11e1eb3ddd07df6a8859430bb6794b418c6a08b7 (diff)
downloadcheckstyle-4a696a977150f43917363c1152f7e6837716fadc.tar.gz
config: enabled HtmlUnit no error test
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/wercker.yml b/wercker.yml
index 1e50bdf54..fe524ba16 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -64,15 +64,15 @@ build:
&& mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
# NoErrorTest - HtmlUnit (oraclejdk8)
- # - script:
- # name: NoErrorTest - HtmlUnit
- # code: >
- # mvn clean install -Pno-validations
- # && 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}
- # && svn export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit htmlunit
- # && cd htmlunit
- # && mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
+ - script:
+ name: NoErrorTest - HtmlUnit
+ code: >
+ mvn clean install -Pno-validations
+ && 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}
+ && svn export https://svn.code.sf.net/p/htmlunit/code/trunk/htmlunit htmlunit
+ && cd htmlunit
+ && mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
# NoExceptiontest - Apache Struts (oraclejdk8)
- script: