]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Install liblzma on OS X long test 672/head
authorSean Purcell <me@seanp.xyz>
Fri, 21 Apr 2017 17:42:41 +0000 (10:42 -0700)
committerSean Purcell <me@seanp.xyz>
Fri, 21 Apr 2017 17:42:41 +0000 (10:42 -0700)
.travis.yml

index 1cf37e2d6a532ea16b2904b7d10bef1a4f9e10fa..6f6c98807859287d63014d27974c80f701045d08 100644 (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