slashdotdash / node-ledger

API for the ledger command-line interface (ledger-cli.org).
MIT License
72 stars 13 forks source link

Travis CI integration #8

Closed bergie closed 7 years ago

bergie commented 7 years ago

This PR enables running node-ledger tests on Travis CI. After merging you still have to log into Travis and enable the repo.

Example build: https://travis-ci.org/bergie/node-ledger/builds/182320057

slashdotdash commented 7 years ago

Awesome work, thanks @bergie.

bergie commented 7 years ago

Thanks for merging! Now that you're on Travis, it is also possible to automate NPM releases with git tag:

https://docs.travis-ci.com/user/deployment/npm/

slashdotdash commented 7 years ago

That's a useful feature; I will take a look.