Skip to content

Commit a287f5e

Browse files
author
QuadStingray
committed
ordered windows to top for testing
1 parent 803311a commit a287f5e

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.travis.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,6 @@ before_cache:
2424
- find $HOME/.sbt -name "*.lock" -print -delete
2525
jobs:
2626
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/*"
5927
- stage: Tests
6028
before_script:
6129
- choco install jdk8
@@ -92,6 +60,38 @@ jobs:
9260
os: windows
9361
language: bash
9462
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/*"
9595
- stage: Tests
9696
name: "Test on Mac with Oracle JDK 8"
9797
before_install:

0 commit comments

Comments
 (0)