karma-runner / karma-commonjs

A Karma plugin. Test CommonJS modules.
MIT License
73 stars 30 forks source link

Unit tests infrastructure and Travis-CI integration #9

Closed pkozlowski-opensource closed 11 years ago

pkozlowski-opensource commented 11 years ago

There are 2 commits in this PR:

On of the guys having admin rights to this repo will have to activate Travis hook when this things get merged

jamesshore commented 11 years ago

@vojtajina, can you take care of the Travis-CI hook? I've not done it before, and I'm not sure I have the appropriate rights anyway.

vojtajina commented 11 years ago

All right, Travis is running... https://travis-ci.org/karma-runner/karma-commonjs/builds

pkozlowski-opensource commented 11 years ago

Awesome, thnx @vojtajina! Now I feel much safer approaching actual code changes.

BTW, maybe a wrapping task could be extracted to a little grunt task and a separate npm module since it is repeated in several places. Not a big deal though...