Skip to content

Continuous Integration with Travis CI #8

@mdoleh

Description

@mdoleh

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)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions