.travis.yml 190 B

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