corrected travis 10

This commit is contained in:
Stephen Gaito 2019-11-26 09:07:03 +00:00
parent dd449967bd
commit 6e44db6518
3 changed files with 6 additions and 3 deletions

View File

@ -23,6 +23,7 @@ compiler: gcc
env:
global:
- UNATTENDED="--assume-yes"
- FORCE_REINSTALL="--reinstall"
#addons:
# apt:

View File

@ -16,5 +16,7 @@ sudo apt-get $UNATTENDED install \
libpango1.0-dev \
liblcms2-dev \
libxml2-dev \
libuninameslist-dev \
libpython-dev
libuninameslist-dev
sudo apt-get $UNATTENDED $FORCE_REINSTALL install \
libpython2.7-dev

View File

@ -1,3 +1,3 @@
export MAKE_PARALLEL="-j `nproc`"
export FORCE_REINSTALL=--reinstall