I\'m not sure to use Travis-CI for my client-side JavaScript library or not, because it compiles with NodeJs on Travis-CI servers.
I want to know is this a good appr
I found this example. Quite comprehensive!
https://github.com/jonkemp/gulp-qunit
run:
npm install gulp test
It also has tasks for lint watching files, coverage reports and more.
lint