-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Travis CI can automatically run builds whenever a push is made to the GitHub repository. I've already setup the account and have it enabled for this project. We'll need to do the following to complete the setup:
- add a .travis.yml file to the repository
- add support for the "npm test" command into the project to run the unit tests via command line
- have a live host on HerokuApp that Travis CI can automatically push to on successful builds (optional)