Skip to content

Commit 0da78c0

Browse files
committed
Try and see if Travis will submit to coveralls
1 parent 9e4f80f commit 0da78c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ node_js:
33
- "0.11"
44
- "0.10"
55
before_script:
6-
- npm install -g grunt-cli
6+
- npm install -g grunt-cli
7+
after_script:
8+
- grunt --gruntfile Coverage.js

0 commit comments

Comments
 (0)