UNPKG
@axerunners/axecore-mnemonic
Version:
latest (1.6.1)
1.6.1
1.6.0
BIP39 Mnemonics for Axecore
github.com/axerunners/axecore-mnemonic
axerunners/axecore-mnemonic
@axerunners/axecore-mnemonic
/
.travis.yml
15 lines
(12 loc)
•
154 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo:
false
dist:
trusty
language:
node_js
node_js:
-
'6'
-
'8'
-
'10'
install:
- npm install
script:
# TODO: - npm run lint - npm run test