Files
node-base58/.travis.yml
David McCanney 2fa51650b8 Update version number
- Update version number to 2.0.0 since changes affect backwards
  compatibility with node v4.
- Update Travis config to allow node module caching.
2018-09-28 23:07:30 +01:00

11 lines
111 B
YAML

language: node_js
cache:
directories:
- node_modules
node_js:
- "node"
- "6"
- "7"
- "8"
- "9"