Skip to content

Commit

Permalink
Force linking
Browse files Browse the repository at this point in the history
Revert "Force linking"

This reverts commit 147ef40c1ee713da63a1700d63c0cf7fc4618c35.

ignore dependencies


F
  • Loading branch information
Jaeyoung-Lim committed Mar 13, 2020
1 parent c6c10ce commit 836444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ install:
brew tap PX4/px4;
brew install px4-dev;
brew install px4-sim;
brew uninstall --force tinyxml2;
brew uninstall --force --ignore-dependencies tinyxml2;
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/58ff03657eba8e510d63ad28e0ccb982fc9d06c8/Formula/tinyxml2.rb;
brew pin tinyxml2;
pip3 install --user --upgrade setuptools;
Expand Down

0 comments on commit 836444f

Please sign in to comment.