blob: 9796729d2474132fb1d48e07d7c7a286a340ff73 [file] [log] [blame]
language: node_js
node_js:
- "10"
- "12"
# 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"