Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
42 stars 16 forks source link

Use Travis CI for managing branches? #78

Closed abendebury closed 10 years ago

abendebury commented 10 years ago

It's a good way to see which branches are passing or failing unit tests, and it integrates closely with github.

http://docs.travis-ci.com/user/getting-started/ http://java.dzone.com/articles/why-do-we-do-continuous

We can also use Travis for checking test coverage:

https://coveralls.io/