99x / realtime-toastr

This will give real time non-blocking notifications from server to client
MIT License
2 stars 10 forks source link

Integrate travis #21

Closed charithsoori closed 8 years ago

charithsoori commented 8 years ago

Travis supports CD capability.

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

Instead of forgetting to publish manually, this should be enabled. Here's our GitFlow workflow:

Development occurs in the develop branch. New Pull Requests must be to to be merged against this branch. However, Pull Requests will only be reviewed If the pull request can be merged and the tests passes. Also, the milestone must be set to the associated Issue. After a new release has been planned, all the merged pull requests can be released. On a new release, Tagging is added, the version is bumped in package.json and the Develop branch will be merged to Master, triggering the npm publish on Travis.

janitha000 commented 8 years ago

Integrated travis with a simple test script. Need to write a more complex test script.