diff --git a/travis.yml b/travis.yml new file mode 100644 index 000000000..eb8d2e7ee --- /dev/null +++ b/travis.yml @@ -0,0 +1,11 @@ +language: node_js +node_js: + - "10" +cache: + yarn: true + directories: + - node_modules + +install: + - RUN yarn install --production=false --frozen-lockfile --non-interactive + - RUN yarn build