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 9b03b61 commit efc86ceCopy full SHA for efc86ce
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js:
3
- - 4
4
- - 6
+ - '4'
+ - '6'
5
+ - '8'
6
+ - '10'
7
sudo: false
8
cache:
9
yarn: true
0 commit comments