Browse Source

Try with node 8

Steven Silvester 6 years ago
parent
commit
c7b621953d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      scripts/travis_install.sh

+ 4 - 0
scripts/travis_install.sh

@@ -10,6 +10,10 @@ set -o pipefail
 sudo rm -rf $(which yarn)
 ! yarn
 
+# Use node 8
+curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
+sudo apt-get install -y nodejs
+
 # create jupyter base dir (needed for config retrieval)
 mkdir ~/.jupyter