Skip to content

Commit b7f2dd4

Browse files
committed
Added code coverage
1 parent fa7cdde commit b7f2dd4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ node_js:
33
- 0.10
44
install:
55
- npm install grunt-cli -g
6-
- npm install
6+
- npm install
7+
after_script:
8+
- npm run coveralls
9+
git:
10+
depth: 10

0 commit comments

Comments
 (0)