Skip to content

Commit abdc0dc

Browse files
Update .travis.yml
Added libqt5x11extras5-dev to travis build
1 parent 175c836 commit abdc0dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ matrix:
99
os: linux
1010
dist: trusty
1111
group: stable
12+
before_install:
13+
- sudo apt-get install libqt5x11extras5-dev
1214
addons:
1315
apt:
1416
sources:
@@ -36,6 +38,8 @@ matrix:
3638
services:
3739
- xvfb
3840
compiler: gcc
41+
before_install:
42+
- sudo apt-get install libqt5x11extras5-dev
3943
addons:
4044
apt:
4145
sources:
@@ -68,6 +72,8 @@ matrix:
6872
- xvfb
6973
compiler: gcc
7074
addons:
75+
before_install:
76+
- sudo apt-get install libqt5x11extras5-dev
7177
apt:
7278
sources:
7379
- ubuntu-toolchain-r-test
@@ -98,6 +104,8 @@ matrix:
98104
services:
99105
- xvfb
100106
compiler: gcc
107+
before_install:
108+
- sudo apt-get install libqt5x11extras5-dev
101109
addons:
102110
apt:
103111
sources:
@@ -135,6 +143,8 @@ matrix:
135143
services:
136144
- xvfb
137145
compiler: gcc
146+
before_install:
147+
- sudo apt-get install libqt5x11extras5-dev
138148
addons:
139149
apt:
140150
sources:

0 commit comments

Comments
 (0)