mirror of
https://github.com/kemayo/leech
synced 2026-05-08 21:11:13 +02: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:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install flake8
|
- pip install flake8
|
||||||
|
- . $HOME/.nvm/nvm.sh
|
||||||
|
- nvm install stable
|
||||||
|
- nvm use stable
|
||||||
- npm install -g eclint
|
- npm install -g eclint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue