mtr-cherish / cherish

http://cherish.meteor.com
MIT License
24 stars 3 forks source link

Integrate Travis CI with Cherish #133

Closed jeffshaver closed 9 years ago

jeffshaver commented 9 years ago

Travis CI is free for open source projects. At a minimum, we can at least have it run eslint so we don't manually have to check PRs for eslint compliance. But when we get into testing code, we can have it run all our tests and whatnot as well.

Good article that I found on it: http://gis.utah.gov/how-to-wire-up-travis-ci-to-your-js-projects/