blob: fd27504e1f71d9b4a4b366e449a9eb00bcbddb48 [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"