use trusty for testing, to have a recent FUSE

This commit is contained in:
Thomas Waldmann 2016-08-21 20:17:49 +02:00
parent 3f30649a85
commit 2a41569fec
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
python -m pip install --user 'virtualenv<14.0'
else
pip install 'virtualenv<14.0'
sudo apt-get update
sudo apt-get install -y liblz4-dev
sudo apt-get install -y libacl1-dev
fi