@@ -24,38 +24,6 @@ before_cache:
24
24
- find $HOME/.sbt -name "*.lock" -print -delete
25
25
jobs :
26
26
include :
27
- - stage : Tests
28
- name : " Test on Linux with JDK 8"
29
- language : scala
30
- os : linux
31
- jdk : oraclejdk8
32
- before_script :
33
- - sudo apt-get install fakeroot
34
- script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
35
- - stage : Tests
36
- name : " Test on Linux with JDK 9"
37
- language : scala
38
- os : linux
39
- jdk : oraclejdk9
40
- before_script :
41
- - sudo apt-get install fakeroot
42
- script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
43
- - stage : Tests
44
- name : " Test on Linux with JDK 10"
45
- language : scala
46
- os : linux
47
- jdk : openjdk10
48
- before_script :
49
- - sudo apt-get install fakeroot
50
- script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
51
- - stage : Tests
52
- name : " Test on Linux with JDK 11"
53
- language : scala
54
- os : linux
55
- jdk : oraclejdk11
56
- before_script :
57
- - sudo apt-get install fakeroot
58
- script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
59
27
- stage : Tests
60
28
before_script :
61
29
- choco install jdk8
92
60
os : windows
93
61
language : bash
94
62
script : rm -rf $HOME/.ivy2/local; sbt "^scripted windows/*"
63
+ - stage : Tests
64
+ name : " Test on Linux with JDK 8"
65
+ language : scala
66
+ os : linux
67
+ jdk : oraclejdk8
68
+ before_script :
69
+ - sudo apt-get install fakeroot
70
+ script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
71
+ - stage : Tests
72
+ name : " Test on Linux with JDK 9"
73
+ language : scala
74
+ os : linux
75
+ jdk : oraclejdk9
76
+ before_script :
77
+ - sudo apt-get install fakeroot
78
+ script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
79
+ - stage : Tests
80
+ name : " Test on Linux with JDK 10"
81
+ language : scala
82
+ os : linux
83
+ jdk : openjdk10
84
+ before_script :
85
+ - sudo apt-get install fakeroot
86
+ script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
87
+ - stage : Tests
88
+ name : " Test on Linux with JDK 11"
89
+ language : scala
90
+ os : linux
91
+ jdk : oraclejdk11
92
+ before_script :
93
+ - sudo apt-get install fakeroot
94
+ script : rm -rf $HOME/.ivy2/local; sbt "^scripted linux/*"
95
95
- stage : Tests
96
96
name : " Test on Mac with Oracle JDK 8"
97
97
before_install :
0 commit comments