Skip to content

Commit

Permalink
Try to compile on Mac and show the result
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Sep 16, 2016
1 parent b2ba7c7 commit 3931579
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: cpp

os:
- linux
- osx

compiler:
- gcc
- clang
script: make
script: make && ./platform_folders.out

notifications:
email: false

0 comments on commit 3931579

Please sign in to comment.