Merge pull request #1572 from hugovk/travis-gce

Travis CI: sudo apt-get update
This commit is contained in:
Hugo 2015-12-06 18:04:31 +02:00
commit 12a52b38a9

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"