UNPKG
base64-async
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
0.0.1
0.0.0
Non-blocking chunked Base64 encoding
github.com/lukechilds/base64-async
lukechilds/base64-async
base64-async
/
.travis.yml
11 lines
(10 loc)
•
161 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language:
node_js
node_js:
-
'7'
-
'6'
-
'4'
script:
npm test
after_success:
npm run coverage; npm run bench
notifications:
email: on_success: never