Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/dondi/GRNsight into ebachoura
Browse files Browse the repository at this point in the history
  • Loading branch information
edlo committed Sep 11, 2017
2 parents a860bcc + ee3a97f commit ba5c2f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "8"
script:
- npm test
- npm run lint
after_success:
- npm run coveralls
notifications:
email: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
GRNsight
========
[![Build Status](https://travis-ci.org/dondi/GRNsight.svg?branch=beta)](https://travis-ci.org/dondi/GRNsight)
[![Coverage Status](https://coveralls.io/repos/github/dondi/GRNsight/badge.svg?branch=beta)](https://coveralls.io/github/dondi/GRNsight?branch=beta)

http://dondi.github.io/GRNsight/

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,19 @@
},
"devDependencies": {
"chai": "1.10.0",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"istanbul": "0.4.5",
"jquery-extend": "2.0.3",
"mocha": "2.5.3"
"mocha": "2.5.3",
"mocha-lcov-reporter": "^1.3.0"
},
"scripts": {
"test": "mocha --reporter list",
"start": "parallelshell --wait \"nodemon web-client/app.js\" \"nodemon server/app.js\"",
"coverage": "istanbul cover _mocha",
"lint": "eslint **/*.js"
"lint": "eslint **/*.js",
"coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba5c2f6

Please sign in to comment.