Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d665407

Browse filesBrowse 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
Copy full SHA for d665407

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.