Ocelot-Social/.travis.yml
2019-02-24 21:00:34 +01:00

13 lines
205 B
YAML

language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_module
install:
- yarn install --production=false --frozen-lockfile --non-interactive
- yarn build
- yarn build:lib