.travis.yml 168 B

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - "node"
  4. - "6"
  5. - "5"
  6. - "4"
  7. script: "make"
  8. addons:
  9. artifacts:
  10. branch: master
  11. paths:
  12. - ./docs
  13. target_paths: /docs