jbenet / depviz

dependency visualizer for the web
https://jbenet.github.io/depviz
MIT License
49 stars 10 forks source link

Enable travis-ci #23

Closed jbenet closed 7 years ago

jbenet commented 7 years ago

depends on #29

wking commented 7 years ago

On Mon, Nov 28, 2016 at 12:44:10PM -0800, Juan Benet wrote:

  • [ ] add a travis.yml file that builds + tests things correctly

I can work on this tonight if nobody beats me to it. Locally I've been running:

$ npm test -- --coverage

and checking for 100% success and line coverage. The npm test harness likes ncurses, but I imagine there is some way to get at those results programmatically.