Skip to content

Commit 930ca47

Browse files
authored
Merge pull request #2863 from tautschnig/maven-workaround
Travis: Mark all Linux builds as sudo-required as maven workaround
2 parents 872f5e5 + ef608d2 commit 930ca47

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# Ubuntu Linux with glibc using g++-5
8787
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
8888
os: linux
89-
sudo: false
89+
sudo: true
9090
compiler: gcc
9191
cache: ccache
9292
addons:
@@ -121,7 +121,7 @@ jobs:
121121
# Ubuntu Linux with glibc using g++-5, debug mode
122122
- stage: Test different OS/CXX/Flags
123123
os: linux
124-
sudo: false
124+
sudo: true
125125
compiler: gcc
126126
cache: ccache
127127
addons:
@@ -207,6 +207,7 @@ jobs:
207207
# cmake build using g++-5
208208
- stage: Test different OS/CXX/Flags
209209
os: linux
210+
sudo: true
210211
compiler: gcc
211212
cache: ccache
212213
env:
@@ -232,6 +233,7 @@ jobs:
232233
# cmake build using g++-7
233234
- stage: Test different OS/CXX/Flags
234235
os: linux
236+
sudo: true
235237
compiler: gcc
236238
cache: ccache
237239
env:
@@ -257,6 +259,7 @@ jobs:
257259
# cmake build using clang++-6
258260
- stage: Test different OS/CXX/Flags
259261
os: linux
262+
sudo: true
260263
compiler: clang
261264
cache: ccache
262265
env:
@@ -311,7 +314,7 @@ jobs:
311314
- stage: Test different OS/CXX/Flags
312315
if: type = cron
313316
os: linux
314-
sudo: false
317+
sudo: true
315318
compiler: gcc
316319
cache: ccache
317320
addons:

0 commit comments

Comments
 (0)