vkaravir / JSAV

JavaScript Algorithm Visualization library
MIT License
112 stars 40 forks source link

Grunt Unit Tests and Travis CI #184

Closed X455u closed 9 years ago

X455u commented 9 years ago
X455u commented 9 years ago

If you merge you still need to sign in to Travis CI and give it partial access to your GitHub account. After that Travis will run the test for all pushes and pull requests.

Example pull request which shows that the tests have passed: X455u/JSAV/pull/1

And you can also add this image to your README.md: Build Status (I don't have .travis.yml on my master branch, so it shows unknown)

vkaravir commented 9 years ago

Cool, thanks!