2015-12-04 22:52:40 +00:00
|
|
|
sudo: false
|
2016-01-19 19:44:37 +00:00
|
|
|
language: node_js
|
2015-12-04 23:33:14 +00:00
|
|
|
|
2019-02-04 13:59:17 +00:00
|
|
|
node_js: stable
|
2016-10-02 20:40:11 +01:00
|
|
|
cache: false
|
2015-12-04 23:33:14 +00:00
|
|
|
|
2019-07-10 17:38:59 +01:00
|
|
|
git:
|
|
|
|
depth: 1
|
|
|
|
|
|
|
|
script:
|
|
|
|
- npm test
|
|
|
|
- bash scripts/build.sh
|
|
|
|
|
2017-04-27 09:02:32 +01:00
|
|
|
after_failure:
|
2019-02-04 13:59:17 +00:00
|
|
|
- python scripts/send_to_bot.py < test_result
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: script
|
|
|
|
script: bash scripts/deploy.sh
|
2019-02-04 14:26:59 +00:00
|
|
|
skip_cleanup: true
|
2019-02-04 13:59:17 +00:00
|
|
|
on:
|
2019-02-04 14:26:59 +00:00
|
|
|
repo: tldr-pages/tldr
|
2019-02-04 13:59:17 +00:00
|
|
|
branch: master
|