1
0

.travis.yml 258 B

1234567891011121314151617181920
  1. sudo: false
  2. language: node_js
  3. node_js: stable
  4. cache: false
  5. git:
  6. depth: 1
  7. script:
  8. - npm test
  9. - bash scripts/build.sh
  10. deploy:
  11. provider: script
  12. script: bash scripts/deploy.sh
  13. skip_cleanup: true
  14. on:
  15. repo: tldr-pages/tldr
  16. branch: master