From 7bb27de2a2da02d3dd5a20da09dffd7f892388a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Guti=C3=A9rrez?= Date: Fri, 18 Oct 2019 13:19:21 +0200 Subject: [PATCH] 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 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index ac5b767..4e4218b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ +jobs: + include: + - dist: xenial + - dist: bionic + - os: osx + language: c script: