Skip to content

Commit

Permalink
Merge pull request #4 from nooks/patch-1
Browse files Browse the repository at this point in the history
Check module node.js 4.* to raise in express.js
  • Loading branch information
jaredhanson authored Sep 20, 2017
2 parents 1153a74 + f5bd6ff commit e85a0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.12"
- "4.0"
- "4.1"

before_install:
- "npm install istanbul -g"
Expand Down

0 comments on commit e85a0a9

Please sign in to comment.