We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715e3d9 commit 3febcc1Copy full SHA for 3febcc1
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
-before_install: npm i -g [email protected]
+sudo: false
3
+before_install: npm i -g npm
4
node_js:
5
+ - "7"
6
+ - "6"
7
- "5"
8
- "4"
- - "0.12"
0 commit comments