1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-15 04:44:06 +01:00

Force latest node in Travis

This commit is contained in:
David Lynch 2017-04-24 01:42:50 -05:00
parent 6a782244fc
commit ee7ec2a669

View file

@ -5,6 +5,9 @@ python:
install:
- pip install -r requirements.txt
- pip install flake8
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g eclint
script: