travis: we don't need sudo

pull/63/merge
Marc Kleine-Budde 2018-01-17 18:00:46 +01:00
parent c011ccd742
commit 2ed3e4f960
1 changed files with 0 additions and 3 deletions

View File

@ -5,21 +5,18 @@ matrix:
- env: test="x64 4.8.4 (make)" - env: test="x64 4.8.4 (make)"
os: linux os: linux
dist: trusty dist: trusty
sudo: required
compiler: gcc compiler: gcc
script: make script: make
- env: test="x64 4.8.4 (autotools)" - env: test="x64 4.8.4 (autotools)"
os: linux os: linux
dist: trusty dist: trusty
sudo: required
compiler: gcc compiler: gcc
script: ./autogen.sh && ./configure && make distcheck script: ./autogen.sh && ./configure && make distcheck
- env: test="x64 5.0 (autotools)" - env: test="x64 5.0 (autotools)"
os: linux os: linux
dist: trusty dist: trusty
sudo: required
compiler: clang compiler: clang
script: ./autogen.sh && ./configure && make distcheck script: ./autogen.sh && ./configure && make distcheck