Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matken11235 committed Jan 30, 2019
1 parent 3706062 commit e68e038
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ before_install:
- brew update
- brew upgrade boost; return 0
install:
- brew install llvm
- export CXX=/usr/local/opt/llvm/bin/clang++
- export LDFLAGS="-L/usr/local/opt/llvm/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm/include"
- brew install yaml-cpp
- brew install llvm yaml-cpp
script:
- mkdir build
- cd build
Expand Down

0 comments on commit e68e038

Please sign in to comment.