Skip to content

Commit

Permalink
Pin OS X builds to Xcode 7.3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs authored and mossmann committed Jan 29, 2018
1 parent bd37a50 commit cc7f599
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ compiler:

matrix:
exclude:
- os: osx
compiler: gcc
- os: linux
compiler: clang
- os: osx
include:
- os: linux
compiler: gcc
- os: osx
osx_image: xcode7.3
compiler: clang

before_script:
- export CFLAGS="-Wall -Wextra -Werror"
Expand Down

0 comments on commit cc7f599

Please sign in to comment.