mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 22:40:03 +02:00
travis: we don't need sudo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user