Merge branch 'master' into master

This commit is contained in:
Caden Kline 2017-11-15 20:11:07 -05:00 committed by GitHub
commit b515389738
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,10 @@ install:
- sudo ./make.sh install
- cd ..
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then CC=clang++-5.0; Ld=ld.lld-5.0; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CC=clang++; brew update; brew install lz4; fi
script: make LD=$Ld CC=$CC