.travis.yml 278 B

123456789101112131415161718192021
  1. language: c
  2. branches:
  3. only:
  4. - crashey
  5. - master
  6. - stable-0.4
  7. - stable-0.5
  8. - stable-0.6
  9. compiler:
  10. - gcc
  11. # migrate to travis' new container infrastructure
  12. sudo: false
  13. script:
  14. - "uname -a"
  15. - "bash node_build/run_jshint"
  16. - "./do"
  17. - "./android_do"