git repos / PlatformFolders

.travis.yml

browsing at commit = d6759de03164a649b193f0f1c318240d3ac3afad

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false