Skip to content

Commit

Permalink
Merge pull request #672 from iburinoc/osxlzma
Browse files Browse the repository at this point in the history
Install liblzma on OS X long test
  • Loading branch information
Cyan4973 authored Apr 21, 2017
2 parents 585bb51 + 02c44a7 commit 39d0c6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39d0c6c

Please sign in to comment.