Try using trusty and non-sudo build environments.
This commit is contained in:
parent
e238227ba3
commit
6c6222cc66
|
@ -1,11 +1,17 @@
|
||||||
|
language: c
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
-
|
-
|
||||||
os: linux
|
os: linux
|
||||||
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
include:
|
include:
|
||||||
-
|
-
|
||||||
os: linux
|
os: linux
|
||||||
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
include:
|
include:
|
||||||
-
|
-
|
||||||
|
@ -21,7 +27,6 @@ addons:
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
language: c
|
|
||||||
script:
|
script:
|
||||||
- make PREFIX=/tmp/acki
|
- make PREFIX=/tmp/acki
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue