We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c21a5b commit e33fb50Copy full SHA for e33fb50
.travis.yml
@@ -2,6 +2,10 @@ language: node_js
2
node_js:
3
- 6
4
- 5
5
+ - 4
6
+before_install:
7
+ - npm config set depth 0
8
+ - npm install --global npm@3
9
notifications:
10
email: false
11
sudo: false
0 commit comments