File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
10
10
dist : trusty
11
11
group : stable
12
12
before_install :
13
- - sudo apt-get install libqt5x11extras5-dev
13
+ - sudo apt-get -y install libqt5x11extras5-dev
14
14
addons :
15
15
apt :
16
16
sources :
@@ -40,7 +40,7 @@ matrix:
40
40
- xvfb
41
41
compiler : gcc
42
42
before_install :
43
- - sudo apt-get install libqt5x11extras5-dev
43
+ - sudo apt-get -y install libqt5x11extras5-dev
44
44
addons :
45
45
apt :
46
46
sources :
@@ -73,9 +73,9 @@ matrix:
73
73
services :
74
74
- xvfb
75
75
compiler : gcc
76
- addons :
77
76
before_install :
78
- - sudo apt-get install libqt5x11extras5-dev
77
+ - sudo apt-get -y install libqt5x11extras5-dev
78
+ addons :
79
79
apt :
80
80
sources :
81
81
- ubuntu-toolchain-r-test
@@ -108,7 +108,7 @@ matrix:
108
108
- xvfb
109
109
compiler : gcc
110
110
before_install :
111
- - sudo apt-get install libqt5x11extras5-dev
111
+ - sudo apt-get -y install libqt5x11extras5-dev
112
112
addons :
113
113
apt :
114
114
sources :
@@ -148,7 +148,7 @@ matrix:
148
148
- xvfb
149
149
compiler : gcc
150
150
before_install :
151
- - sudo apt-get install libqt5x11extras5-dev
151
+ - sudo apt-get -y install libqt5x11extras5-dev
152
152
addons :
153
153
apt :
154
154
sources :
You can’t perform that action at this time.
0 commit comments