Skip to content

Commit 6092a96

Browse files
authored
Update .travis.yml
labsquare#98 Move to Qt 5.12
1 parent 349530a commit 6092a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: cpp
2-
dist: trusty
2+
dist: bionic
33
compiler: g++
44
sudo: required
55

66
before_install:
7-
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
7+
- sudo add-apt-repository ppa:beineri/opt-qt-5.12.0-bionic -y
88
- sudo apt-get update
99
- git submodule update --init --recursive
1010

1111
install:
12-
- sudo apt-get install qt58base qt58svg qt58charts-no-lgpl
13-
- source /opt/qt58/bin/qt58-env.sh
12+
- sudo apt-get install qt512base qt512svg qt512charts-no-lgpl
13+
- source /opt/qt512/bin/qt512-env.sh
1414

1515

1616
script:

0 commit comments

Comments
 (0)