.travis.yml 120 B

12345678910111213
  1. language: c
  2. branches:
  3. only:
  4. - master
  5. - stable-0.4
  6. - stable-0.5
  7. compiler:
  8. - gcc
  9. script:
  10. - "bash do"