Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vearol committed Feb 19, 2019
1 parent e0b9adf commit 327381c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ git:

install:
- sudo add-apt-repository ppa:beineri/opt-qt597-trusty -y
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install qt59base
- sudo apt-get install -y gcc-5 g++-5
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 90
- sudo apt-get install qt59base
- source /opt/qt59/bin/qt59-env.sh

script:
Expand Down

0 comments on commit 327381c

Please sign in to comment.