1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 12:17:56 +01:00
tldr/.travis.yml

24 lines
322 B
YAML
Raw Normal View History

sudo: false
language: node_js
node_js: stable
cache: false
git:
depth: 1
script:
- npm test
- bash scripts/build.sh
after_failure:
- python scripts/send_to_bot.py < test_result
deploy:
provider: script
script: bash scripts/deploy.sh
skip_cleanup: true
on:
repo: tldr-pages/tldr
branch: master