sudo apt-get update

This commit is contained in:
hugovk 2015-12-06 17:31:53 +02:00
parent 7062b43466
commit 890bdc2c07

View File

@ -19,6 +19,7 @@ python:
- nightly
install:
- "travis_retry sudo apt-get update"
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
- "travis_retry pip install cffi"
- "travis_retry pip install nose"