Also install nodejs-legacy on Travis.
This is needed to get /usr/bin/node which npm/eslint seem to use.
This commit is contained in:
parent
bdff26a024
commit
7e2ae9f39f
@ -100,7 +100,7 @@ elif TRAVIS_OS == 'linux':
|
||||
if INSTALL_PYQT:
|
||||
pkgs += ['python3-pyqt5', 'python3-pyqt5.qtwebkit']
|
||||
if TESTENV == 'eslint':
|
||||
pkgs += ['npm', 'nodejs']
|
||||
pkgs += ['npm', 'nodejs', 'nodejs-legacy']
|
||||
|
||||
if pkgs:
|
||||
print("apt-get update...")
|
||||
|
Loading…
Reference in New Issue
Block a user