Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 15, 2019
1 parent 7d7db5c commit dceafec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ compiler: g++
sudo: required

before_install:
- sudo add-apt-repository ppa:beineri/opt-qt-5.10.1-trusty -y
- sudo add-apt-repository ppa:beineri/opt-qt-5.12.5-trusty -y
- sudo apt-get update -qq

install:
- sudo apt-get -y install qt510base libgl1-mesa-dev qt510svg qt510imageformats
- sudo apt-get -y install qt512base libgl1-mesa-dev qt512svg qt512imageformats
- source /opt/qt*/bin/qt*-env.sh
- git submodule update --init --recursive

Expand Down

0 comments on commit dceafec

Please sign in to comment.