Skip to content

Commit

Permalink
Merge 645d88b into 3789e22
Browse files Browse the repository at this point in the history
  • Loading branch information
vademo committed Oct 4, 2018
2 parents 3789e22 + 645d88b commit 9d4c9e4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
node_js:
- "node"
- "6"
- "8"
- "10"

sudo: false

script:
- npm install
- npm run test

after_script:
- "npm install coveralls"
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/digipolisantwerp/chatbot_service_nodejs.svg?branch=master)](https://travis-ci.com/digipolisantwerp/chatbot_service_nodejs)
[![Coverage Status](https://coveralls.io/repos/github/digipolisantwerp/chatbot_service_nodejs/badge.svg?branch=feature%2Ftravis)](https://coveralls.io/github/digipolisantwerp/chatbot_service_nodejs?branch=feature%2Ftravis)
# Chatbot Smart Widget BFF (Node)

This is a Node.js backend service library to create a BFF service for the Chatbot Smart Widget. The widget provides a chat interface.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build:ts": "tsc",
"prepublishOnly": "npm run build",
"test": "jest --coverage",
"testtravis": "jest --coverage && cat ./coverage/lcov.info",
"test:istanbul": "node_modules/.bin/istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test"
},
"repository": {
Expand Down

0 comments on commit 9d4c9e4

Please sign in to comment.