Skip to content

Commit ec675d5

Browse files
authored
[3.5] Fix Travis config to reinstate test build (GH-1879) (GH-1890)
(cherry picked from commit a5aa72a)
1 parent 99424d8 commit ec675d5

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.travis.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
2714
matrix:
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
python: 3.6

0 commit comments

Comments
 (0)