git repos / PlatformFolders

.travis.yml

browsing at commit = 6284bc96416f05d566034ac9a72d4ac7fcb17c74

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false