From 99ad1bc3e6a05055408815a713524dc88febf8eb Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Mon, 15 May 2017 08:09:10 +0200 Subject: [PATCH] Running tests on Linux and macOS (as OS X) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 34c38fe7..b3fa2728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ sudo: false script: test/run language: c +os: + - linux + - osx