Skip to content

Commit

Permalink
Travis: Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Mar 14, 2020
1 parent c6fac9c commit a9ae9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ addons:
- liblzma-dev
before_install:
- if [ "$TRAVIS_OS_NAME" = osx ] ; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" = osx ] ; then brew unlink python@2 ; fi
- if [ "$TRAVIS_OS_NAME" = osx ] ; then brew upgrade cmake boost ; fi
- if [ "$TRAVIS_OS_NAME" = osx ] ; then brew install xz ; fi
script:
Expand Down

0 comments on commit a9ae9ce

Please sign in to comment.