Ocelot-Social/.travis.yml
2019-02-24 20:38:08 +01:00

16 lines
312 B
YAML

language: node_js
node_js:
- "10"
cache:
yarn: true
directories:
- node_module
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- RUN yarn install --production=false --frozen-lockfile --non-interactive
- RUN yarn build:lib