testing on newer gccs and macosx
this patch adds building on ubuntu bionic that has a newer gcc while keeping ubuntu xenial (default on travis-ci) it also adds macosx since it was very easy to add and it's a platform we can build for
This commit is contained in:
parent
09d48acc32
commit
7bb27de2a2
|
@ -1,3 +1,9 @@
|
|||
jobs:
|
||||
include:
|
||||
- dist: xenial
|
||||
- dist: bionic
|
||||
- os: osx
|
||||
|
||||
language: c
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue