File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ matrix:
2323
2424 - language : node_js
2525 node_js : 7
26+ cache :
27+ directories :
28+ # Replace "grunt-cli" with whatever global binary you're using
29+ - $(npm config get prefix)/bin/stoplight
30+ - $(npm config get prefix)/lib/node_modules
2631 script :
2732 npm i -g @stoplight/cli
2833 deploy :
Original file line number Diff line number Diff line change @@ -68,6 +68,13 @@ For Development use `go run main.go [command]`
6868
6969The complete API documentation is available on [ Stoplight] ( https://stoplight.io/p/docs/gh/bisoncorps/gophie/Gophie.v1.yaml?srn=gh/bisoncorps/gophie/ )
7070
71+
72+ ## Deployment
73+
74+ The deployed version is available on [ Heroku] ( https://gophie.herokuapp.com ) . Please read the API documentation for usage
75+
76+ ## Todo
77+
7178- [x] Create cli and api
7279- [x] Fix NetNaija link issue
7380- [x] Setup CI/CD pipeline to autodeploy
@@ -81,7 +88,7 @@ The complete API documentation is available on [Stoplight](https://stoplight.io/
8188- [x] Write initial tests
8289- [x] Create React app to consume hosted API
8390- [x] Implement resume downloads
84- - [ ] Increment tests
91+ - [ ] Increment tests to at least 90%
8592
8693## License
8794
You can’t perform that action at this time.
0 commit comments