Skip to content

Commit

Permalink
disable image tests for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
pnav committed Jul 7, 2020
1 parent 26fad5c commit 37d57cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ matrix:
# env:
# - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"

# - os: linux
# compiler: clang
# env:
# - MATRIX_EVAL=""
- os: linux
compiler: clang
env:
- MATRIX_EVAL=""

# - os: linux
# compiler: gcc
# env:
# - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- os: linux
compiler: gcc
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"



Expand Down

0 comments on commit 37d57cb

Please sign in to comment.