Skip to content

Commit 69a6fcc

Browse files
committed
Merge pull request #828 from deis/fix-coveralls-io
fix(coverage): cd to controller dir before submitting to coveralls.io
2 parents 589410d + 4a029f6 commit 69a6fcc

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)