Skip to content

Commit

Permalink
COURSESPLT-31: Add missing Java option to Windows CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Mar 29, 2017
1 parent 8fe6144 commit 900ce29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -5,9 +5,9 @@ install:
- java -version
- mvn --version
build_script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Djavax.xml.accessExternalSchema=all
test_script:
- mvn test --batch-mode
- mvn test --batch-mode -Djavax.xml.accessExternalSchema=all
- mvn checkstyle:check --batch-mode --fail-never
cache:
- C:\Users\appveyor\.m2\ -> pom.xml

0 comments on commit 900ce29

Please sign in to comment.