git repos / PlatformFolders

.travis.yml

browsing at commit = b81b63aed5594c5563bb2430132c8aebcfd89778

raw · blame · history

language: cpp

os:
  - linux
  - osx

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

notifications:
  email: false