Skip to content

Commit

Permalink
Cache npm global install
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Mar 17, 2020
1 parent e14f33f commit 78b1ffe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ matrix:

- language: node_js
node_js: 7
cache:
directories:
# Replace "grunt-cli" with whatever global binary you're using
- $(npm config get prefix)/bin/stoplight
- $(npm config get prefix)/lib/node_modules
script:
npm i -g @stoplight/cli
deploy:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ For Development use `go run main.go [command]`

The complete API documentation is available on [Stoplight](https://stoplight.io/p/docs/gh/bisoncorps/gophie/Gophie.v1.yaml?srn=gh/bisoncorps/gophie/)


## Deployment

The deployed version is available on [Heroku](https://gophie.herokuapp.com). Please read the API documentation for usage

## Todo

- [x] Create cli and api
- [x] Fix NetNaija link issue
- [x] Setup CI/CD pipeline to autodeploy
Expand All @@ -81,7 +88,7 @@ The complete API documentation is available on [Stoplight](https://stoplight.io/
- [x] Write initial tests
- [x] Create React app to consume hosted API
- [x] Implement resume downloads
- [ ] Increment tests
- [ ] Increment tests to at least 90%

## License

Expand Down

0 comments on commit 78b1ffe

Please sign in to comment.