Skip to content

Commit

Permalink
Skip tests for build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 7, 2015
1 parent b41791e commit 1744d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ install:
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
- mvn clean package --batch-mode -DskipTest
- mvn clean package --batch-mode -DskipTests
test_script:
- mvn clean install --batch-mode
cache:
- C:\maven\
- C:\Users\appveyor\.m2


0 comments on commit 1744d16

Please sign in to comment.