.travis.yml 142 B

123456789101112131415
  1. language: node_js
  2. branches:
  3. only:
  4. - gh-pages
  5. cache:
  6. directories:
  7. - node_modules
  8. install:
  9. - npm install
  10. script:
  11. - npm test