Skip to content

Commit

Permalink
[2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891)
Browse files Browse the repository at this point in the history
(cherry picked from commit a5aa72a)
  • Loading branch information
brettcannon committed May 31, 2017
1 parent e81aa87 commit 32e220f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .travis.yml
Expand Up @@ -6,21 +6,20 @@ group: beta
# To cache doc-building dependencies.
cache: pip

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.

compiler:
- clang
# 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
branches:
only:
- master
- /^\d\.\d$/

matrix:
include:
- os: linux
language: c
compiler: clang
# 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
- os: linux
language: python
python: 2.7
Expand Down

0 comments on commit 32e220f

Please sign in to comment.