From 02c44a72579aaaf2d22ebb1bcfef049b723e3be0 Mon Sep 17 00:00:00 2001 From: Sean Purcell Date: Fri, 21 Apr 2017 10:42:41 -0700 Subject: [PATCH] Install liblzma on OS X long test --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1cf37e2d6..6f6c98807 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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