Skip to content

Commit a8ebd8b

Browse files
Merge pull request #7 from joaquimserafim/support_node_4
add support for node 4 on travis
2 parents 9922164 + 9f8b6be commit a8ebd8b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: node_js
22
node_js:
3+
- "4.2"
4+
- "4.0"
35
- "0.12"
46
- "0.10"
5-
- "0.8"
67
branches:
78
only:
89
- master
910
notifications:
1011
email:
1112
1213
script: npm test
13-
before_install:
14-
- npm install -g npm@~1.4.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-web-token",
3-
"version": "1.5.3",
3+
"version": "1.6.3",
44
"description": "JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)