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 a15944d commit 8e2a594Copy full SHA for 8e2a594
.travis.yml
@@ -5,3 +5,6 @@ node_js:
5
- "6"
6
7
sudo: false
8
+
9
+before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
10
0 commit comments