Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Nov 20, 2016
1 parent 81cf727 commit 2f88c07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ install:
build_script:
- mvn clean install -B -DskipTests
test_script:
- mvn clean install -B
- mvn clean install jacoco:report -B
- mvn -f math-plugin/pom.xml clean package jacoco:report
- mvn -f string-plugin/pom.xml clean package jacoco:report
- mvn -f lodash-plugin/pom.xml clean package jacoco:report
- mvn -f examples/pom.xml clean package
cache:
- C:\maven\apache-maven-3.3.9

0 comments on commit 2f88c07

Please sign in to comment.