Merge pull request #672 from iburinoc/osxlzma

Install liblzma on OS X long test
This commit is contained in:
Yann Collet
2017-04-21 11:54:05 -07:00
committed by GitHub
+6
View File
@@ -30,6 +30,12 @@ matrix:
- env: Cmd="make gnu90build && make clean && make test && make clean && make cmakebuild && make travis-install"
os: osx
before_install:
- if [ `uname` = "Darwin" ]; then brew update; fi
install:
- if [ `uname` = "Darwin" ]; then brew install xz; fi
git:
depth: 1