Skip to content

Commit

Permalink
Merge pull request Ericsson#1998 from csordasmarton/update-travis-osx…
Browse files Browse the repository at this point in the history
…-image

Update travis llvm version
  • Loading branch information
gyorb authored Mar 22, 2019
2 parents f20c14b + d1d24d5 commit 8a5265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
# Download macOS specific extra dependencies.
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then git clone https://github.com/llvm-mirror/clang.git ~/llvm --branch master --single-branch --depth 1; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install doxygen; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm@7; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm@8; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install [email protected]; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=/usr/local/Cellar/[email protected]/0.9.3/bin:$PATH; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which thrift; fi
Expand Down

0 comments on commit 8a5265d

Please sign in to comment.