.travis.yml 200 B

1234567891011121314
  1. language: c
  2. script: ./.travis.sh
  3. os:
  4. - linux
  5. - osx
  6. env:
  7. - TARGET=host
  8. - TARGET=arm32
  9. matrix:
  10. exclude:
  11. - os: osx
  12. env: TARGET="arm32"
  13. notifications:
  14. email: false