Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Travis CI: try upgrading clang on macOS
Browse files Browse the repository at this point in the history
[skip appveyor]
  • Loading branch information
chfast committed May 8, 2017
1 parent 6b671a7 commit 77369b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ cache:
# build external dependencies next build.
- $TRAVIS_BUILD_DIR/deps
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then clang --version; brew install llvm; $(brew --prefix llvm)/bin/clang --version; export PATH=$(brew --prefix llvm)/bin:$PATH; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/install_cmake.sh; fi
- ./scripts/install_deps.sh
before_script:
Expand Down

0 comments on commit 77369b3

Please sign in to comment.