chore: add travis config

This commit is contained in:
abhijithvijayan 2019-11-16 13:28:53 +05:30
parent 003ff817ac
commit 4fada60433

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: node_js
cache:
directories:
- ~/.npm
node_js:
- 12
git:
depth: 3
script:
- yarn run build
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: extension
target-branch: extension
on:
branch: master