Skip to content
This repository has been 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
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Crosbie
Copy link

@Crosbie Crosbie commented Jun 20, 2017

  • 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)

Copy link
Contributor

@rachael-oregan rachael-oregan left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -2,7 +2,7 @@
"name": "helloworld-cloud",
"version": "0.2.0",
"dependencies": {
"body-parser": "~1.0.2",
"body-parser": "~1.17.2",

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

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