Skip to content

Commit

Permalink
change 5 to 6 in travis osx scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Mar 10, 2018
1 parent 84e952c commit 6288ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/travis_osx_install
Expand Up @@ -2,6 +2,6 @@

set -x

brew install llvm@5
brew outdated llvm@5 || brew upgrade llvm@5
brew install llvm@6
brew outdated llvm@6 || brew upgrade llvm@6

2 changes: 1 addition & 1 deletion ci/travis_osx_script
Expand Up @@ -5,7 +5,7 @@ set -e

mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/llvm@5/ -DCMAKE_INSTALL_PREFIX=$(pwd)
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/llvm@6/ -DCMAKE_INSTALL_PREFIX=$(pwd)
make VERBOSE=1
make install

Expand Down

0 comments on commit 6288ad8

Please sign in to comment.