Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Update travis file and show build & dependency icons in README#82

Open
Crosbie wants to merge 5 commits into
feedhenry-templates:masterfrom
Crosbie:master
Open

Update travis file and show build & dependency icons in README#82
Crosbie wants to merge 5 commits into
feedhenry-templates:masterfrom
Crosbie:master

Conversation

@Crosbie

@Crosbie Crosbie commented Jun 20, 2017

Copy link
Copy Markdown
  • Now run npm test as part of Travis build
  • Increase test timeout (from 2 to 5 sec) to avoid travis failing intermittently
  • Show Build & Dependency status' on README
  • Upgrade body-parser dependency to newer version (verified with tests)

@rachael-oregan rachael-oregan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread package.json
"version": "0.2.0",
"dependencies": {
"body-parser": "~1.0.2",
"body-parser": "~1.17.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating body-parser to this version throws deprecate warnings when running grunt serve, so don't update it for now, or also update the code to avoid the deprecate warnings.

GMT body-parser deprecated bodyParser: use individual json/urlencoded middlewares at lib/hello.js:8:13
GMT body-parser deprecated undefined extended: provide extended option at node_modules/body-parser/index.js:105:29

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, if you decide to do it later, I've created an Epic to track dependencies updates as most Cloud apps will need this too. Feel free to create an issue for helloworld-cloud and link it to the Epic
https://issues.jboss.org/browse/RHMAP-16281

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants