We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f510e9e commit c1650fdCopy full SHA for c1650fd
.travis.yml
@@ -4,6 +4,8 @@ node_js:
4
- '0.10'
5
- '0.11'
6
- '0.12'
7
+- '4.0'
8
+- '5.0'
9
- iojs
10
sudo: false
11
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
0 commit comments