Create .travis.yml

This commit is contained in:
Abhijith V
2019-01-06 09:12:26 +05:30
committed by GitHub
parent fd9a3260e3
commit d767881afc

19
.travis.yml Normal file
View File

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