Ocelot-Social/travis.yml
2019-02-24 20:19:35 +01:00

12 lines
195 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