diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2a7fb29 --- /dev/null +++ b/.travis.yml @@ -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