todotxt / todo.txt-android

Official Todo.txt Android app for managing your todo.txt file stored in Dropbox.
http://todotxt.com
GNU General Public License v3.0
1.25k stars 405 forks source link

Set up unit testing with Travis CI #61

Open ginatrapani opened 13 years ago

ginatrapani commented 13 years ago

This looks like an interesting testing framework for Android apps, might be worth trying:

http://pivotal.github.com/robolectric/index.html

evanp commented 6 years ago

There's good support for Android testing in Travis CI. Let's get that going, first.

https://docs.travis-ci.com/user/languages/android/