1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-08-15 17:30:37 +03:00
victor-mono/.travis.yml
Rune Bjørnerås 449f8ce118 Initial
2019-06-04 13:05:30 +02:00

19 lines
310 B
YAML

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"