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:
Florian Bruhin 2015-10-06 07:32:22 +02:00
parent bdff26a024
commit 7e2ae9f39f

View File

@ -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...")