Skip to content

Commit

Permalink
travis build checking against nodejs 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manonthemat committed Nov 2, 2015
1 parent 96708b8 commit ade74d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 0.10
- 0.12
- 'iojs-v2.1.0'
- "4.1"
env:
- JWT_SECRET="EverythingIsAwesome!"
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-auth-jwt2",
"version": "5.1.3",
"version": "5.2.0",
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit ade74d9

Please sign in to comment.