Skip to content

Commit c62ec96

Browse files
author
Zac Shenker
committed
Modifying circle.yml so that Coveralls failures do not cause build failures.
1 parent 5252b4a commit c62ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ test:
1818
- cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make test
1919
post:
2020
- cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make cover
21-
- cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make coveralls
21+
- cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make coveralls; echo "Coveralls Finished"

0 commit comments

Comments
 (0)