Skip to content

Commit cc7f599

Browse files
dominicgsmossmann
authored andcommitted
Pin OS X builds to Xcode 7.3 for now
1 parent bd37a50 commit cc7f599

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ compiler:
1515

1616
matrix:
1717
exclude:
18-
- os: osx
19-
compiler: gcc
2018
- os: linux
21-
compiler: clang
19+
- os: osx
2220
include:
21+
- os: linux
22+
compiler: gcc
2323
- os: osx
2424
osx_image: xcode7.3
25+
compiler: clang
2526

2627
before_script:
2728
- export CFLAGS="-Wall -Wextra -Werror"

0 commit comments

Comments
 (0)