.travis.yml 349 B

1234567891011121314151617181920212223242526272829
  1. git:
  2. depth: 10
  3. notifications:
  4. email: false
  5. language: node_js
  6. node_js:
  7. - "4"
  8. os:
  9. - linux
  10. - osx
  11. env:
  12. - TARGET_ARCH=x64
  13. osx_image: xcode7.3
  14. matrix:
  15. include:
  16. - os: linux
  17. env: TARGET_ARCH=arm
  18. - os: linux
  19. env: TARGET_ARCH=ia32
  20. allow_failures:
  21. - os: osx
  22. script: './script/cibuild'
  23. branches:
  24. only:
  25. - master