travis: we don't need sudo
parent
c011ccd742
commit
2ed3e4f960
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue