File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ language: scala
9
9
jdk : oraclejdk8
10
10
11
11
script :
12
- - sbt -Dproject.version=2.12.0 s3Upload::mappings
12
+ - sbt -Dproject.version=2.12.0 "show s3Upload::mappings"
13
13
14
14
cache :
15
15
directories :
Original file line number Diff line number Diff line change
1
+ version : ' {build}'
2
+
3
+ branches :
4
+ only :
5
+ - 2.11.x
6
+ - 2.12.x
7
+ - 2.13.x
8
+
9
+ image : Visual Studio 2015
10
+
11
+ environment :
12
+ JAVA_HOME : C:\Program Files\Java\jdk1.8.0
13
+
14
+ install :
15
+ - cmd : choco install sbt -ia "INSTALLDIR=""C:\sbt"""
16
+ - cmd : SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
17
+
18
+ build_script :
19
+ - java -version
20
+ - sbt "-Dproject.version=2.12.0" "show s3Upload::mappings"
21
+
22
+ cache :
23
+ - C:\sbt\
24
+ - C:\Users\appveyor\.m2
25
+ - C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments