diff --git a/travis.yml b/travis.yml new file mode 100644 index 0000000..0f20f6c --- /dev/null +++ b/travis.yml @@ -0,0 +1,18 @@ +language: node_js +node_js: + - 11.6.0 +cache: yarn + +install: + - yarn install + +script: + - yarn test + - yarn run build + +deploy: + provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + on: + branch: master \ No newline at end of file