From 3931579e84aa504629ffbd6903be69e72784fb19 Mon Sep 17 00:00:00 2001 From: sago007 Date: Fri, 16 Sep 2016 22:36:52 +0200 Subject: [PATCH] Try to compile on Mac and show the result --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e33c3a2..8801d7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: cpp + +os: + - linux + - osx + compiler: - gcc - clang -script: make +script: make && ./platform_folders.out notifications: email: false