We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5252b4a commit c62ec96Copy full SHA for c62ec96
circle.yml
@@ -18,4 +18,4 @@ test:
18
- cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make test
19
post:
20
- 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
+ - cd ~/.go_workspace/src/github.com/zencoder/go-remote-config && make coveralls; echo "Coveralls Finished"
0 commit comments