Skip to content

Commit dd58f0d

Browse files
committed
Updated travis qt version on linux.
1 parent 6c64c91 commit dd58f0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ install:
7777
wget https://github.com/livecv/live-pm/archive/master.zip;
7878
unzip master.zip;
7979
mv live-pm-master/* .;
80-
wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run;
81-
sudo chmod 777 qt-opensource-linux-x64-5.7.0.run;
82-
./qt-opensource-linux-x64-5.7.0.run --script resources/install-qt.qs --verbose --silent -platform minimal;
80+
wget http://download.qt.io/official_releases/qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run;
81+
sudo chmod 777 qt-opensource-linux-x64-5.7.1.run;
82+
./qt-opensource-linux-x64-5.7.1.run --script resources/install-qt.qs --verbose --silent -platform minimal;
8383
export QTDIR=/opt/qt/5.7/gcc_64;
8484
fi
8585

0 commit comments

Comments
 (0)