1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 06:25:41 +03:00
victor-mono/.travis.yml

19 lines
310 B
YAML
Raw Normal View History

2019-06-04 14:05:30 +03:00
language: node_js
node_js:
- "10"
install:
- yarn install
- yarn build
deploy:
local_dir: dist
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
on:
branch: master
script: echo "done"