mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2025-02-09 12:21:09 +00:00
Switch Travis to Xenial.
This commit is contained in:
parent
7fa3c6483d
commit
d2b5efd41c
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
|
dist: xenial
|
||||||
|
sudo: required
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
sudo: required
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CFLAGS="-Wno-unused-result"
|
- CFLAGS="-Wno-unused-result"
|
||||||
|
|
Loading…
Reference in a new issue