added travis build

This commit is contained in:
Grzegorz Leoniec 2019-02-24 20:19:35 +01:00
parent 970613a416
commit 86c8c30bd4
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

11
travis.yml Normal file
View File

@ -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