mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
- Update version number to 2.0.0 since changes affect backwards compatibility with node v4. - Update Travis config to allow node module caching.
11 lines
111 B
YAML
11 lines
111 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
node_js:
|
|
- "node"
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
- "9"
|