.travis.yml 257 B

12345678910111213141516
  1. sudo: false
  2. language: node_js
  3. node_js: stable
  4. cache: false
  5. after_failure:
  6. - python scripts/send_to_bot.py < test_result
  7. deploy:
  8. provider: script
  9. script: bash scripts/deploy.sh
  10. skip_cleanup: true
  11. on:
  12. repo: tldr-pages/tldr
  13. branch: master