Skip to content

Commit

Permalink
travis: fix 2 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent 4cc01cd commit 52a5f90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: python

cache:
Expand Down
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
esac
pyenv rehash
python -m pip install --user virtualenv
brew outdated libacl1-dev || brew upgrade libacl1-dev
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
sudo apt-get install -y libacl1-dev
Expand Down

0 comments on commit 52a5f90

Please sign in to comment.