summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-11-01 09:24:57 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-11-02 11:28:24 +0100
commit4bff63f17b68714c4567a3d035faaafeea478aa9 (patch)
tree9c6dc0ffd17515298e362f630734e7b93bd88e34
parenta5426ca4ac525d175d12e91635cf8d45a2add13c (diff)
downloadqutebrowser-4bff63f17b68714c4567a3d035faaafeea478aa9.tar.gz
qutebrowser-4bff63f17b68714c4567a3d035faaafeea478aa9.zip
Use lts version of NopeJS
Looks like npm doesn't work with Node v9: https://github.com/nodejs/node/issues/16649 (cherry picked from commit 385337eb90966706960c618b75c9e6854fea1bcf)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 18d1dd416..65d917d73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,7 @@ matrix:
env: TESTENV=eslint
language: node_js
python: null
- node_js: node
+ node_js: "lts/*"
fast_finish: true
cache: