mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 14:29:54 +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)"
|
||||
os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
compiler: gcc
|
||||
script: make
|
||||
|
||||
- env: test="x64 4.8.4 (autotools)"
|
||||
os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
compiler: gcc
|
||||
script: ./autogen.sh && ./configure && make distcheck
|
||||
|
||||
- env: test="x64 5.0 (autotools)"
|
||||
os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
compiler: clang
|
||||
script: ./autogen.sh && ./configure && make distcheck
|
||||
|
||||
|
||||
Reference in New Issue
Block a user