git repos / PlatformFolders

commit 3931579e

sago007 · 2016-09-16 20:36
3931579e84aa504629ffbd6903be69e72784fb19 patch · browse files
parent b2ba7c7d63739196b32ec9e4b4eb1252270b6243

Try to compile on Mac and show the result

Changed files

M .travis.yml before
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