Skip to content

Travis: Mark all Linux builds as sudo-required as maven workaround #2863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Ubuntu Linux with glibc using g++-5
- stage: Linter + Doxygen + non-debug Ubuntu/gcc-5 test
os: linux
sudo: false
sudo: true
compiler: gcc
cache: ccache
addons:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# Ubuntu Linux with glibc using g++-5, debug mode
- stage: Test different OS/CXX/Flags
os: linux
sudo: false
sudo: true
compiler: gcc
cache: ccache
addons:
Expand Down Expand Up @@ -207,6 +207,7 @@ jobs:
# cmake build using g++-5
- stage: Test different OS/CXX/Flags
os: linux
sudo: true
compiler: gcc
cache: ccache
env:
Expand All @@ -232,6 +233,7 @@ jobs:
# cmake build using g++-7
- stage: Test different OS/CXX/Flags
os: linux
sudo: true
compiler: gcc
cache: ccache
env:
Expand All @@ -257,6 +259,7 @@ jobs:
# cmake build using clang++-6
- stage: Test different OS/CXX/Flags
os: linux
sudo: true
compiler: clang
cache: ccache
env:
Expand Down Expand Up @@ -311,7 +314,7 @@ jobs:
- stage: Test different OS/CXX/Flags
if: type = cron
os: linux
sudo: false
sudo: true
compiler: gcc
cache: ccache
addons:
Expand Down