Skip to content

Commit fbde4ed

Browse files
2 parents 6874268 + ae15757 commit fbde4ed

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
dist: trusty
1111
group: stable
1212
before_install:
13-
- sudo apt-get install libqt5x11extras5-dev
13+
- sudo apt-get -y install libqt5x11extras5-dev
1414
addons:
1515
apt:
1616
sources:
@@ -21,6 +21,7 @@ matrix:
2121
- qt55base
2222
- qt55tools
2323
- qt55x11extras
24+
- libqt5x11extras5-dev
2425
- gcc-9
2526
- g++-9
2627
script:
@@ -39,7 +40,7 @@ matrix:
3940
- xvfb
4041
compiler: gcc
4142
before_install:
42-
- sudo apt-get install libqt5x11extras5-dev
43+
- sudo apt-get -y install libqt5x11extras5-dev
4344
addons:
4445
apt:
4546
sources:
@@ -50,6 +51,7 @@ matrix:
5051
- qt514base
5152
- qt514tools
5253
- qt514x11extras
54+
- libqt5x11extras5-dev
5355
- gcc-9
5456
- g++-9
5557
- libc6-i386
@@ -71,9 +73,9 @@ matrix:
7173
services:
7274
- xvfb
7375
compiler: gcc
74-
addons:
7576
before_install:
76-
- sudo apt-get install libqt5x11extras5-dev
77+
- sudo apt-get -y install libqt5x11extras5-dev
78+
addons:
7779
apt:
7880
sources:
7981
- ubuntu-toolchain-r-test
@@ -83,6 +85,7 @@ matrix:
8385
- qt514base
8486
- qt514tools
8587
- qt514x11extras
88+
- libqt5x11extras5-dev
8689
- gcc-9
8790
- g++-9
8891
- libc6-i386
@@ -105,7 +108,7 @@ matrix:
105108
- xvfb
106109
compiler: gcc
107110
before_install:
108-
- sudo apt-get install libqt5x11extras5-dev
111+
- sudo apt-get -y install libqt5x11extras5-dev
109112
addons:
110113
apt:
111114
sources:
@@ -116,6 +119,7 @@ matrix:
116119
- qt514base
117120
- qt514tools
118121
- qt514x11extras
122+
- libqt5x11extras5-dev
119123
- gcc-9
120124
- g++-9
121125
- libc6-i386
@@ -144,7 +148,7 @@ matrix:
144148
- xvfb
145149
compiler: gcc
146150
before_install:
147-
- sudo apt-get install libqt5x11extras5-dev
151+
- sudo apt-get -y install libqt5x11extras5-dev
148152
addons:
149153
apt:
150154
sources:
@@ -155,6 +159,7 @@ matrix:
155159
- qt514base
156160
- qt514tools
157161
- qt514x11extras
162+
- libqt5x11extras5-dev
158163
- gcc-9
159164
- g++-9
160165
- libc6-i386

0 commit comments

Comments
 (0)