Update .travis.yml

This commit is contained in:
sthoo 2018-07-01 14:58:26 +08:00 committed by GitHub
parent 4099704266
commit 63f6a23e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ before_install:
- make -j 2
- sudo make install
- cd ..
- curl -L -O http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.12.1/PyQt4_gpl_x11-4.12.1.tar.gz
- tar -xvf PyQt4_gpl_x11-4.12.1.tar.gz
- cd PyQt4_gpl_x11-4.12.1
- curl -L -O http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.5/PyQt-x11-gpl-4.9.5.tar.gz
- tar -xvf PyQt-x11-gpl-4.9.5.tar.gz
- cd PyQt-x11-gpl-4.9.5
- python configure.py --confirm-license
- make -j 2
- sudo make install