UNPKG
authkey
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
simple app key issue and verification
github.com/adekbadek/authkey
adekbadek/authkey
authkey
/
.travis.yml
19 lines
(18 loc)
•
273 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
cache:
directories:
-
node_modules
notifications:
email:
false
node_js:
-
'8'
before_script:
-
npm
prune
script:
-
npm
run
lint
-
npm
run
test:single
after_success:
-
npm
run
semantic-release
branches:
except:
-
/^v\d+\.\d+\.\d+$/