Update .travis.yml

This commit is contained in:
sthoo 2018-07-01 15:49:54 +08:00 committed by GitHub
parent cbbd8c1667
commit bb669e5c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ before_install:
- sudo apt-get install python-pip python2.7-dev libxext-dev python-qt4 qt4-dev-tools build-essential
- 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 ..
- mv src addons
- 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
@ -30,7 +30,4 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- pwd
- mv src addons
- python anki-2.0.52/runanki -b .
script: python anki-2.0.52/runanki -b .