We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534dc5e commit c8037cdCopy full SHA for c8037cd
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
- - '9'
+ - '8'
4
- '10'
5
+services:
6
+ - redis-server
7
after_success:
8
npm run coverage
0 commit comments