From cfef5d816db59f44b7af2d0098ac7fc9ba6de918 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 23 Jul 2015 20:20:19 -0600 Subject: [PATCH] Perhaps need to indicate all the OSes outside the matrix for Travis? --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c6942fb..4ca4544 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,10 @@ notifications: on_success: change on_failure: change +os: + - linux + - osx + matrix: include: - compiler: clang