Skip to content
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