Skip to content

Commit a27c853

Browse files
committed
Try compile with gcc-6 on macOS X
1 parent 97bc3a5 commit a27c853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ sudo: true
1010
before_install: ./install-deps.sh
1111
script:
1212
- ./autogen.sh
13-
- if [ "${TRAVIS_OS_NAME}" = osx ]; then export CC=gcc-6.2; fi
13+
- if [ "${TRAVIS_OS_NAME}" = osx ]; then export CC=gcc-6; fi
1414
- ./configure --enable-lib CC="$CC $M32"
1515
- make

0 commit comments

Comments
 (0)