We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24d0fa commit efe54d9Copy full SHA for efe54d9
1 file changed
.travis.yml
@@ -8,3 +8,6 @@ node_js:
8
9
services:
10
- redis-server
11
+
12
+before_install:
13
+ - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g "npm@<2.0.0"'
0 commit comments