Skip to content

Commit 32e220f

Browse files
authored
[2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891)
(cherry picked from commit a5aa72a)
1 parent e81aa87 commit 32e220f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.travis.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@ group: beta
66
# To cache doc-building dependencies.
77
cache: 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

2214
matrix:
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

0 commit comments

Comments
 (0)