UNPKG
@proofofexistence/cli
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
CLI util for Proof of Existence
github.com/proofofexistence/cli
@proofofexistence/cli
/
.travis.yml
15 lines
(10 loc)
•
131 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
cache:
directories: - node_modules
node_js:
-
"8.11.1"
install:
- npm install
script:
- npm test