1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-16 17:00:24 +03:00
x0/.travis.yml
2018-05-26 11:34:54 -04:00

15 lines
249 B
YAML

language: node_js
node_js:
- 10.0
before_deploy:
- npm install
- npm run build
- cp docs/hello-x0.gif docs/hello-x0.mp4 dist
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: dist
on:
branch: master