File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,20 @@ group: beta
66# To cache doc-building dependencies.
77cache : pip
88
9- os :
10- - linux
11- # macOS builds are disabled as the machines are under-provisioned on Travis,
12- # adding up to an extra hour completing a full CI run.
13-
14- compiler :
15- - clang
16- # gcc also works, but to keep the # of concurrent builds down, we use one C
17- # compiler here and the other to run the coverage build.
18-
19- env :
20- - TESTING=cpython
9+ branches :
10+ only :
11+ - master
12+ - /^\d\.\d$/
2113
2214matrix :
2315 include :
16+ - os : linux
17+ language : c
18+ compiler : clang
19+ # gcc also works, but to keep the # of concurrent builds down, we use one C
20+ # compiler here and the other to run the coverage build.
21+ env :
22+ - TESTING=cpython
2423 - os : linux
2524 language : python
2625 python : 2.7
You can’t perform that action at this time.
0 commit comments