UNPKG
nomatic-jwt
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.1.0
0.0.3
JSON Web Token (JWT) utilities for Node.js
github.com/bdfoster/nomatic-jwt
bdfoster/nomatic-jwt
nomatic-jwt
/
.gitlab-ci.yml
16 lines
•
255 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
stages:
-
test
Node.js v8.x.x:
stage:
test
image:
node:8
script:
-
npm
config
set
spin
false
-
npm
install
-
npm
run
build
-
npm
test
-
npm
run
coverage
-
npm
run
docs
artifacts:
paths:
-
coverage/
-
docs/