diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3295211 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +# Note: "shell" would be more appropriate +language: python + +install: make dist && sudo make install + +script: make test diff --git a/README.textile b/README.textile index 8fbb5f4..e7d79e6 100644 --- a/README.textile +++ b/README.textile @@ -25,3 +25,6 @@ h2. Quick Links https://github.com/ginatrapani/todo.txt-cli/wiki/Creating-and-Installing-Add-ons * "Changelog":https://github.com/ginatrapani/todo.txt-cli/wiki/Todo.sh-Changelog * "Known Bugs":http://github.com/ginatrapani/todo.txt-cli/issues + +h2. Build Status +!https://travis-ci.org/ginatrapani/todo.txt-cli.png(Build Status)!