.travis.yml 269 B

123456789101112131415161718
  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. script:
  12. - "uname -a"
  13. - "bash node_build/run_jshint"
  14. # travis has seccomp.h header but does not actually support seccomp.
  15. - "./do"