tech.lbry.org/.travis.yml
Niko faae463f3f
update travis deps
specify npm and yarn dependency
2018-06-06 08:23:36 -04:00

7 lines
172 B
YAML

language: node_js
node_js:
- "10.2"
before_install:
- npm i -g npm@latest
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"