lbry.tech/.travis.yml

8 lines
169 B
YAML
Raw Normal View History

2018-06-06 13:02:16 +02:00
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"