Skip to content

Commit 8163731

Browse files
committed
build(ci): Added code coverage reporting using codecov.io
https://codecov.io/gh/okonet/attr-accept
1 parent 9d5ba7b commit 8163731

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
33
- "stable"
4+
- "6"
5+
- "4"
46
- "0.12"
5-
- "0.11"
6-
- "0.10"
7-
- "iojs"
7+
after_success:
8+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)