Skip to content

Commit

Permalink
Merge 624032b into 3b792d7
Browse files Browse the repository at this point in the history
  • Loading branch information
rjz committed Mar 28, 2019
2 parents 3b792d7 + 624032b commit ec53175
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ env:

sudo: false

after_success: ./tasks/travis_after_success.sh
after_success: npm run cover
103 changes: 47 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "jshint .",
"pretest": "npm run lint",
"test": "nyc jasmine-node test --forceexit",
"test": "nyc jasmine test/*",
"cover": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"cookie-session": "^1.3.3",
"coveralls": "^3.0.3",
"express": "^4.16.4",
"jasmine-node": "^1.16.2",
"jasmine": "^3.3.1",
"jshint": "^2.10.2",
"nyc": "^13.3.0",
"supertest": "^4.0.2"
Expand Down
15 changes: 0 additions & 15 deletions tasks/travis_after_success.sh

This file was deleted.

0 comments on commit ec53175

Please sign in to comment.