diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..75c9a80 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +language: node_js +sudo: true +dist: trusty +node_js: + - 10 +branches: + except: + - /^v[0-9]/ +install: + - yarn bootstrap +script: + - yarn dist +cache: + directories: + - '$HOME/.yarn-cache' +deploy: + 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 \ No newline at end of file