blob: 7bbf7adf98b9a6156dbdb1b379577aec72c28f7a [file] [log] [blame]
dist: bionic
language: node_js
node_js:
- "10"
- "12"
- "13"
- "14"
# Travis is pretty behind the curve on their Yarn support...
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Using-a-specific-yarn-version
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH="$HOME/.yarn/bin:$PATH"
deploy:
- provider: script
script: git checkout master && npx lerna publish --preid dev --dist-tag dev --canary --yes
skip_cleanup: true
on:
branch: master
branches:
only:
- master