Skip to content

Commit

Permalink
Added skip tets for build phase for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed Apr 7, 2015
1 parent 8b0cf2e commit cecbc91
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,9 +16,9 @@ install:
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
- mvn clean package --batch-mode -DskipTests
- mvn clean package -B -Dmaven.test.skip=true
test_script:
- mvn clean install --batch-mode
- mvn clean install --batch-mode -Pqulice
cache:
- C:\maven\
- C:\Users\appveyor\.m2
Expand Down

0 comments on commit cecbc91

Please sign in to comment.