Skip to content

Commit

Permalink
travis: temporarily remove apt-get install due to sudo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent 52a5f90 commit 2b5de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
sudo apt-get install -y libacl1-dev
# suid??? sudo apt-get install -y libacl1-dev
fi

python -m virtualenv ~/.venv
Expand Down

0 comments on commit 2b5de53

Please sign in to comment.