Skip to content

Commit

Permalink
Merge pull request #28 from jwtk/update-travis
Browse files Browse the repository at this point in the history
Test all supported stable node versions
  • Loading branch information
robertjd authored Sep 27, 2016
2 parents c0013e2 + 01023ac commit 9e177c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4'
- '6'
script:
- npm test
branches:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"jsonwebtoken": "^5.0.2",
"jwt-simple": "^0.3.0",
"mocha": "^2.2.3",
"secure-random": "^1.1.1",
"ursa": "^0.8.4"
"secure-random": "^1.1.1"
}
}

0 comments on commit 9e177c3

Please sign in to comment.