Update .travis.yml

This commit is contained in:
probonopd 2017-04-02 14:24:06 +02:00 committed by GitHub
parent 7d46876643
commit 0e7debdb13

View File

@ -4,12 +4,12 @@ sudo: require
dist: trusty dist: trusty
before_install: before_install:
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y - sudo add-apt-repository ppa:beineri/opt-qt532-trusty -y
- sudo apt-get update -qq - sudo apt-get update -qq
install: install:
- sudo apt-get -y install qt58base - sudo apt-get -y install qt53base qt53webkit-examples
- source /opt/qt58/bin/qt58-env.sh - source /opt/qt5*/bin/qt5*-env.sh
script: script:
- git submodule init ; git submodule update - git submodule init ; git submodule update