Skip to content

Commit

Permalink
travis: install fakeroot from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent a3bb5ed commit cf73ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
esac
pyenv rehash
python -m pip install --user virtualenv
brew outdated fakeroot || brew upgrade fakeroot
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
Expand Down

0 comments on commit cf73ea4

Please sign in to comment.