Skip to content

Commit

Permalink
fixing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Feb 18, 2020
1 parent b1b9672 commit c5cc21c
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ env:
- TRAVIS_CK_CXX_COMPILER=llvm
- TRAVIS_CK_CXX_COMPILER=gcc

# Too slow building gcc or llvm
#matrix:
# include:
# - os: osx
# osx_image: xcode9.2
# language: generic
# python: 3.7
# env: TRAVIS_CK_CXX_COMPILER=llvm WANTED_PYTHON_VERSION=3.7
# - os: osx
# osx_image: xcode9.2
# language: generic
# python: 3.7
# env: TRAVIS_CK_CXX_COMPILER=gcc WANTED_PYTHON_VERSION=3.7
matrix:
include:
- os: osx
osx_image: xcode9.2
language: generic
python: 3.7
env: TRAVIS_CK_CXX_COMPILER=llvm WANTED_PYTHON_VERSION=3.7

before_install:
- |
Expand Down

0 comments on commit c5cc21c

Please sign in to comment.