Skip to content

Commit

Permalink
pin OSX gitlib2 to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomanski committed Jan 2, 2017
1 parent 2ae4f7b commit 4980d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ install:
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgit2-dev_0.24.1-2_amd64.deb
sudo dpkg -i libgit2-24_0.24.1-2_amd64.deb libgit2-dev_0.24.1-2_amd64.deb
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install libgit2;
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f98b7c21000191830f338390be7fe7ebe055b192/Formula/libgit2.rb
fi
- eval "$(ssh-agent -s)"
- openssl aes-256-cbc -K $encrypted_3d6742f56703_key -iv $encrypted_3d6742f56703_iv
Expand Down

0 comments on commit 4980d57

Please sign in to comment.