Commit d6654071 authored by Brett Cannon's avatar Brett Cannon Committed by GitHub

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 ad2f9e2c)
parent 6f95b37f
......@@ -10,11 +10,11 @@ os:
- linux
# macOS builds are disabled as the machines are under-provisioned on Travis,
# adding up to an extra hour completing a full CI run.
#- osx
compiler:
- clang
- gcc
# gcc also works, but to keep the # of concurrent builds down, we use one C
# compiler here and the other to run the coverage build.
env:
- TESTING=cpython
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment