Skip to content

Commit

Permalink
[travis] refs fibercrypto#74 Install swig in OSX diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Dec 28, 2019
1 parent e60eeb9 commit eacc85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
echo 'Creating [email protected] formula';
cd "$(brew --repository)/Library/Taps/homebrew/homebrew-core";
git show 42d31bba7772fb01f9ba442d9ee98b33a6e7a055:Formula/swig.rb | grep -v 'fails_with' > Formula/swig.rb;
(cd Formula && curl -sL -o "swig.rb" https://raw.githubusercontent.com/Homebrew/homebrew-core/42d31bba7772fb01f9ba442d9ee98b33a6e7a055/Formula/swig.rb)
echo 'Installing [email protected] (3.0.12)';
brew install swig || brew link --overwrite swig;
brew install gimme
Expand Down

0 comments on commit eacc85a

Please sign in to comment.