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