Skip to content

Commit 9e177c3

Browse files
authoredSep 27, 2016
Merge pull request #28 from jwtk/update-travis
Test all supported stable node versions
2 parents c0013e2 + 01023ac commit 9e177c3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
33
- '0.10'
4-
- '0.11'
4+
- '0.12'
5+
- '4'
6+
- '6'
57
script:
68
- npm test
79
branches:

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"jsonwebtoken": "^5.0.2",
3434
"jwt-simple": "^0.3.0",
3535
"mocha": "^2.2.3",
36-
"secure-random": "^1.1.1",
37-
"ursa": "^0.8.4"
36+
"secure-random": "^1.1.1"
3837
}
3938
}

0 commit comments

Comments
 (0)