libgit2 for macOS

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-07-11 11:04:54 +02:00
parent 330558e0f1
commit 673ea81c0a
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ before_install:
# - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install libgit2; fi
# postrun
after_success: