Skip to content

Commit

Permalink
#14333: Update travis file to use Qt 5.7
Browse files Browse the repository at this point in the history
git-svn-id: svn://scribus.net/trunk/Scribus@21472 11d20701-8431-0410-a711-e3c959e3b870
  • Loading branch information
Craig Bradney committed Oct 28, 2016
1 parent 8b7d663 commit 57a4f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ matrix:
before_install:
# Linux
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-add-repository ppa:beineri/opt-qt56-trusty -y;
sudo apt-add-repository ppa:beineri/opt-qt57-trusty -y;
sudo apt-add-repository ppa:ricotz/testing -y;
sudo apt-get update -qq;
sudo apt-get install -y cmake libboost-python-dev libcups2-dev libhunspell-dev
libhyphen-dev liblcms2-dev libpodofo-dev libtiff-dev libxml2-dev
python-all-dev zlib1g-dev qt56base qt56declarative
qt56tools libgraphicsmagick++1-dev
python-all-dev zlib1g-dev qt57base qt57declarative
qt57tools libgraphicsmagick++1-dev
libopenscenegraph-dev libpoppler-dev libcairo2-dev libwpg-dev libmspub-dev
libcdr-dev libvisio-dev;
fi
Expand All @@ -53,7 +53,7 @@ before_install:

script:
- if [ $TRAVIS_OS_NAME == linux ]; then
source /opt/qt56/bin/qt56-env.sh;
source /opt/qt57/bin/qt57-env.sh;
if [[ $CC == gcc ]]; then
export NPROC=8;
else
Expand Down

0 comments on commit 57a4f72

Please sign in to comment.