From 89cdef851d8f56b509dc04331330dd14f8ec62a1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jul 2016 17:05:12 +0200 Subject: [PATCH] Install new node --- scripts/dev/ci/travis_install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index 6e19138bf..217518e3e 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -63,6 +63,11 @@ npm_install() { travis_retry sudo npm install -g "$@" } +install_node() { + curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - + apt_install nodejs +} + check_pyqt() { python3 <