Skip to content

Commit 4a029f6

Browse files
committed
fix(coverage): cd to controller dir before submitting to coveralls.io
closes #818.
1 parent 4979c2f commit 4a029f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ script:
4444
- make -C docs
4545

4646
after_success:
47-
- coveralls
47+
- cd controller && coveralls

0 commit comments

Comments
 (0)