Ocelot-Social/.travis.yml
Grzegorz Leoniec bdeb23a428
Build as lib
2019-02-24 20:34:05 +01:00

12 lines
199 B
YAML

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:lib