Skip to content

Commit

Permalink
Merge a03d05b into 7b9cbc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Mar 27, 2019
2 parents 7b9cbc1 + a03d05b commit 84954ec
Show file tree
Hide file tree
Showing 7 changed files with 1,928 additions and 1,144 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
npm-debug.log
coverage
*.swp
.nyc_output
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
language: node_js

node_js:
- 0.10
- 0.12
- 4
- 6
- 8
- 9
- 10
- 11

env:
- NODE_ENV=test

sudo: false

before_script: ./tasks/travis_before_script.sh

script: npm run cover

after_success: ./tasks/travis_after_success.sh

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ References:
* https://github.com/visionmedia/supertest/issues/46
* https://github.com/visionmedia/supertest/issues/26

## Installation

$ npm install supertest supertest-session

## Test

$ npm test
Expand Down

0 comments on commit 84954ec

Please sign in to comment.