IBM / virtualhelpdesk

This Node.js application demonstrates how to build a Virtual HelpDesk using Watson Assistant and Discovery
https://developer.ibm.com/patterns/virtual-helpdesk/
Apache License 2.0
7 stars 19 forks source link

Travis is broken #8

Open stevemar opened 6 years ago

stevemar commented 6 years ago

Not sure when the failures started or if this ever worked but we either need to fix Travis or make it simpler

stevemar commented 6 years ago

@lee-zhg please address this issue. I just ran a travis build and this was the result:

$ npm run test
> vaticketbot@0.1.1 test /home/travis/build/IBM/virtualhelpdesk
> npm run lint && npm run test-unit && npm run test-integration-runner
> vaticketbot@0.1.1 lint /home/travis/build/IBM/virtualhelpdesk
> eslint .
/home/travis/build/IBM/virtualhelpdesk/app.js
  30:1  error  Parsing error: The keyword 'const' is reserved
/home/travis/build/IBM/virtualhelpdesk/lib/watson-conversation-setup.js
  55:3  error  Parsing error: The keyword 'let' is reserved
/home/travis/build/IBM/virtualhelpdesk/lib/watson-discovery-setup.js
  23:1  error  Parsing error: The keyword 'const' is reserved
✖ 3 problems (3 errors, 0 warnings)
stevemar commented 6 years ago

@lee-zhg can you take a look at this?