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:
1111 - master
1212 - /^\d\.\d$/
1313
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-
2714matrix :
2815 fast_finish : true
2916 allow_failures :
3017 - env :
3118 - TESTING=coverage
3219 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
3327 - os : linux
3428 language : python
3529 # Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
You can’t perform that action at this time.
0 commit comments