You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+26-17Lines changed: 26 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,38 @@ git:
7
7
submodules: false
8
8
9
9
.ci-matrix-definitions:
10
-
- &linux-bionic-nightly
10
+
- &linux-focal-nightly
11
11
os: linux
12
-
dist: bionic
12
+
dist: focal
13
13
python: nightly
14
14
15
-
- &linux-bionic-3-8-dev
15
+
- &linux-focal-3-10-dev
16
16
os: linux
17
-
dist: bionic
18
-
python: 3.8-dev
17
+
dist: focal
18
+
python: 3.10-dev
19
19
20
-
- &linux-bionic-3-8
20
+
- &linux-focal-3-9
21
21
os: linux
22
-
dist: bionic
22
+
dist: focal
23
+
python: 3.9
24
+
25
+
- &linux-focal-3-8
26
+
os: linux
27
+
dist: focal
23
28
python: 3.8
24
29
25
-
- &linux-bionic-3-7
30
+
- &linux-focal-3-7
26
31
os: linux
27
-
dist: bionic
32
+
dist: focal
28
33
python: 3.7
29
34
30
-
- &linux-bionic-3-6
35
+
- &linux-focal-3-6
31
36
os: linux
32
-
dist: bionic
37
+
dist: focal
33
38
python: 3.6# = min required version for Emma
34
39
35
40
- &linux-reference # An alias to the main version we use for coverage, linting, ...
36
-
<<: *linux-bionic-3-8
41
+
<<: *linux-focal-3-9
37
42
38
43
# Disabled since travis does not support python on windows
39
44
# - os: windows
@@ -77,19 +82,22 @@ install:
77
82
jobs:
78
83
include:
79
84
- stage: testing
80
-
<<: *linux-bionic-nightly
85
+
<<: *linux-focal-nightly
86
+
script: *emma-tests
87
+
- stage: testing
88
+
<<: *linux-focal-3-10-dev
81
89
script: *emma-tests
82
90
- stage: testing
83
-
<<: *linux-bionic-3-8-dev
91
+
<<: *linux-focal-3-9
84
92
script: *emma-tests
85
93
- stage: testing
86
-
<<: *linux-bionic-3-8
94
+
<<: *linux-focal-3-8
87
95
script: *emma-tests
88
96
- stage: testing
89
-
<<: *linux-bionic-3-7
97
+
<<: *linux-focal-3-7
90
98
script: *emma-tests
91
99
- stage: testing
92
-
<<: *linux-bionic-3-6
100
+
<<: *linux-focal-3-6
93
101
script: *emma-tests
94
102
95
103
- stage: linting
@@ -140,6 +148,7 @@ jobs:
140
148
# Must be last point at this indentation level below include (see: https://travis-ci.community/t/why-allow-failures-didnt-work-for-this-build/5582/6 or https://github.com/svenfuchs/test-2/blob/dff1020f3a42159465967b9fa1b4d09f933c4da9/.travis.yml)
0 commit comments