.travis.yml 206 B

1234567891011121314151617181920
  1. language: cpp
  2. matrix:
  3. include:
  4. - compiler: gcc
  5. os: linux
  6. - compiler: clang
  7. os: osx
  8. script:
  9. make
  10. branches:
  11. only:
  12. - master
  13. notifications:
  14. email: false
  15. osx_image:
  16. xcode61