We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0013e2 + 01023ac commit 9e177c3Copy full SHA for 9e177c3
.travis.yml
@@ -1,7 +1,9 @@
1
language: node_js
2
node_js:
3
- '0.10'
4
- - '0.11'
+ - '0.12'
5
+ - '4'
6
+ - '6'
7
script:
8
- npm test
9
branches:
package.json
@@ -33,7 +33,6 @@
33
"jsonwebtoken": "^5.0.2",
34
"jwt-simple": "^0.3.0",
35
"mocha": "^2.2.3",
36
- "secure-random": "^1.1.1",
37
- "ursa": "^0.8.4"
+ "secure-random": "^1.1.1"
38
}
39
0 commit comments