Skip to content

Commit

Permalink
Disable build step at appveyour.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksi Salmela committed Sep 4, 2016
1 parent b7ed2ed commit cd2b080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- cmd: SET PATH=C:\maven\apache-maven-3.2.5\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
build: off
test_script:
- mvn -Dsurefire.rerunFailingTestsCount=3 test
- mvn checkstyle:check
Expand Down

0 comments on commit cd2b080

Please sign in to comment.