Skip to content

Commit d665407

Browse files
authored
Drop the standard gcc test build on Travis (GH-853) (GH-861)
Instead have gcc be used for the coverage build so gcc is exercised in at least one place. (cherry picked from commit ad2f9e2)
1 parent 6f95b37 commit d665407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ os:
1010
- linux
1111
# macOS builds are disabled as the machines are under-provisioned on Travis,
1212
# adding up to an extra hour completing a full CI run.
13-
#- osx
1413

1514
compiler:
1615
- clang
17-
- gcc
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.
1818

1919
env:
2020
- TESTING=cpython

0 commit comments

Comments
 (0)