Skip to content

Commit c7e95f4

Browse files
committed
Revert "Travis: Mark all Linux builds as sudo-required as maven workaround"
This reverts commit ef608d2.
1 parent 78d811f commit c7e95f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 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: true
89+
sudo: false
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: true
124+
sudo: false
125125
compiler: gcc
126126
cache: ccache
127127
addons:
@@ -207,7 +207,6 @@ jobs:
207207
# cmake build using g++-5
208208
- stage: Test different OS/CXX/Flags
209209
os: linux
210-
sudo: true
211210
compiler: gcc
212211
cache: ccache
213212
env:
@@ -233,7 +232,6 @@ jobs:
233232
# cmake build using g++-7
234233
- stage: Test different OS/CXX/Flags
235234
os: linux
236-
sudo: true
237235
compiler: gcc
238236
cache: ccache
239237
env:
@@ -259,7 +257,6 @@ jobs:
259257
# cmake build using clang++-6
260258
- stage: Test different OS/CXX/Flags
261259
os: linux
262-
sudo: true
263260
compiler: clang
264261
cache: ccache
265262
env:
@@ -314,7 +311,7 @@ jobs:
314311
- stage: Test different OS/CXX/Flags
315312
if: type = cron
316313
os: linux
317-
sudo: true
314+
sudo: false
318315
compiler: gcc
319316
cache: ccache
320317
addons:

0 commit comments

Comments
 (0)