Ocelot-Social/.travis.yml
Grzegorz Leoniec c05e80420f
Fixing travis
2019-02-24 20:26:42 +01:00

14 lines
214 B
YAML

language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_modules
services:
- yarn
install:
- RUN yarn install --production=false --frozen-lockfile --non-interactive
- RUN yarn build