aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 4e89596..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-version: 1.0.{build}
-
-branches:
- only:
- - master
-
-cache:
- - C:\Users\appveyor\.m2 -> **\pom.xml
-
-install:
- - set MAVEN_VERSION=3.3.9.1
- - choco install maven -version %MAVEN_VERSION%
- - set JAVA_HOME=C:\Program Files\Java\jdk1.8.0
- - set PATH=%JAVA_HOME%\bin;%PATH%;C:\bin\apache-maven-%MAVEN_VERSION%\bin
-
-build_script:
- - ps: ./appveyor.ps1