tech.lbry.org/.travis.yml
Niko 334c40b9e2
update travis
downgrade node to supported version
2018-06-06 08:26:18 -04:00

7 lines
169 B
YAML

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