diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index da5eafe..5ba69f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ notifications: on_failure: always ## Use the container-based infrastructure -sudo: false +sudo: required dist: trusty python: - 2.7 @@ -75,7 +75,6 @@ matrix: - gdb - compiler: gcc env: REAL_CC=gcc-5 REAL_CXX=g++-5 LDFLAGS="-fuse-ld=gold" - sudo: true addons: apt: sources: @@ -88,7 +87,6 @@ matrix: - gdb - compiler: gcc env: REAL_CC=gcc-6 REAL_CXX=g++-6 LDFLAGS="-fuse-ld=gold" - sudo: true addons: apt: sources: @@ -101,7 +99,6 @@ matrix: - gdb - compiler: gcc env: REAL_CC=gcc-6 REAL_CXX=g++-6 REAL_EXTRA=-fsanitize=address FORCE_TESTER='' ASAN_OPTIONS=detect_leaks=0 LDFLAGS="-fuse-ld=gold" - sudo: true addons: apt: sources: |