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:
parent
6a782244fc
commit
ee7ec2a669
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue