We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6ae61 commit 6aa137eCopy full SHA for 6aa137e
.travis.yml
@@ -1,6 +1,5 @@
1
language: node_js
2
node_js:
3
- - "node"
4
- - "10"
5
- - "8"
6
-install: npm install
+ - 'node'
+ - '10'
+install: npm install
0 commit comments