Ocelot-Social/.travis.yml
2019-02-25 11:27:38 +01:00

21 lines
314 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
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master