Update .travis.yml

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

View File

@ -9,9 +9,9 @@ before_install:
- sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
- sudo apt-get install libqwt5-qt4 libqwt5-qt4-dev
- cd ..
- curl -L -O http://sourceforge.net/projects/pyqt/files/sip/sip-4.19.10/sip-4.19.10.tar.gz
- tar -xvf sip-4.19.10.tar.gz
- cd sip-4.19.10
- curl -L -O http://sourceforge.net/projects/pyqt/files/sip/sip-4.14.1/sip-4.14.1.tar.gz
- tar -xvf sip-4.14.1.tar.gz
- cd sip-4.14.1
- python configure.py
- make -j 2
- sudo make install