mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: add travis config
This commit is contained in:
parent
003ff817ac
commit
4fada60433
19
.travis.yml
Normal file
19
.travis.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user