/meteor-velocity-travis-ci

Travis CI support for meteor packages running velocity tests

Primary LanguageShellMIT LicenseMIT

meteor-velocity-travis-ci

Travis CI support for meteor packages running velocity tests, tested with
Jasmine, but should work with Mocha also.

Instructions

Perform the following steps to add travis ci tests to your project:

  • Copy .travis-example.yml to your package directory, rename it to .travis.yml
  • Login to travis-ci.org website using your github account.
  • Enable your repository on the travis website.
  • (Optional) On the repository page, click the "build passing|failing" icon, and copy the source code for the button. Paste it to the README.md of your project. Now you have a status icon.