Skip to content

Commit 11cc0f5

Browse files
committed
Install llvm 6 on Travis on macOS
This allows us to make bindgen use -stdlib=libc++ without complaints.
1 parent d48ac74 commit 11cc0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626

2727
before_script:
2828
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CC=gcc-6; export CXX=g++-6; fi
29-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install [email protected] ccache yasm; fi
29+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install [email protected] ccache llvm yasm; fi
3030

3131
script:
3232
- ccache -z

0 commit comments

Comments
 (0)