1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/.travis.yml

15 lines
249 B
YAML
Raw Normal View History

2017-12-15 19:26:39 +03:00
language: node_js
node_js:
2018-05-20 02:07:10 +03:00
- 10.0
2018-05-26 17:21:03 +03:00
before_deploy:
- npm install
- npm run build
2018-05-26 18:34:54 +03:00
- cp docs/hello-x0.gif docs/hello-x0.mp4 dist
2018-05-26 17:21:03 +03:00
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: dist
on:
branch: master