File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,19 @@ branches:
11
11
- master
12
12
- /^\d\.\d$/
13
13
14
- os :
15
- - linux
16
- # macOS builds are disabled as the machines are under-provisioned on Travis,
17
- # adding up to an extra hour completing a full CI run.
18
-
19
- compiler :
20
- - clang
21
- # gcc also works, but to keep the # of concurrent builds down, we use one C
22
- # compiler here and the other to run the coverage build.
23
-
24
- env :
25
- - TESTING=cpython
26
-
27
14
matrix :
28
15
fast_finish : true
29
16
allow_failures :
30
17
- env :
31
18
- TESTING=coverage
32
19
include :
20
+ - os : linux
21
+ language : c
22
+ compiler : clang
23
+ # gcc also works, but to keep the # of concurrent builds down, we use one C
24
+ # compiler here and the other to run the coverage build.
25
+ env :
26
+ - TESTING=cpython
33
27
- os : linux
34
28
language : python
35
29
python : 3.6
You can’t perform that action at this time.
0 commit comments