mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 00:17:56 +01:00
d83f446a8c
* TravisCI: cleaner deployment process. * TravisCI: rename deployment script.
14 lines
210 B
YAML
14 lines
210 B
YAML
sudo: false
|
|
language: node_js
|
|
|
|
node_js: stable
|
|
cache: false
|
|
|
|
after_failure:
|
|
- python scripts/send_to_bot.py < test_result
|
|
|
|
deploy:
|
|
provider: script
|
|
script: bash scripts/deploy.sh
|
|
on:
|
|
branch: master
|