git repos / PlatformFolders

.travis.yml

browsing at commit = 1ff6644ebf74f62b2adbcbc1eb635d2982afce4c

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false