git repos / PlatformFolders

.travis.yml

browsing at commit = 3931579e84aa504629ffbd6903be69e72784fb19

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false