Skip to content

Commit

Permalink
Merge cd66f8d into b6827d2
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Feb 15, 2016
2 parents b6827d2 + cd66f8d commit a1e4f1f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
@@ -0,0 +1,17 @@
version: '{build}'

environment:
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0

os: Windows Server 2012

install:
- cmd: choco install maven -y -f
- cmd: choco install sbt -y -f
- cmd: refreshenv


build_script:
- mvn clean install -P travis -B -f driver/pom.xml -Dfailsafe.timeout=0
- cd tests-scala ; sbt test

0 comments on commit a1e4f1f

Please sign in to comment.