UNPKG
bitcore-ecies
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.1.0
0.0.2
0.0.1
ECIES implemented for Bitcore.
github.com/bitpay/bitcore-ecies
bitpay/bitcore-ecies
bitcore-ecies
/
.travis.yml
15 lines
(14 loc)
•
243 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
node_js:
-
'4'
-
'6'
before_install:
- npm install -g bower - npm install -g grunt-cli - export DISPLAY=:
99.0
- sh -e /etc/init.d/xvfb start
install:
- bower install - npm install
after_script:
- gulp coveralls