Skip to content

Commit 78b1ffe

Browse files
committed
Cache npm global install
1 parent e14f33f commit 78b1ffe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ For Development use `go run main.go [command]`
6868

6969
The 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

0 commit comments

Comments
 (0)