git repos / PlatformFolders

.travis.yml

browsing at commit = 34149f99fb723b5b4515c0e72035247112981e1c

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false