Merge pull request #123 from joshmoore/24pr-travis-yml

Enable Travis-CI
This commit is contained in:
Gina Trapani
2013-12-05 20:35:31 -08:00
2 changed files with 9 additions and 0 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
# Note: "shell" would be more appropriate
language: python
install: make dist && sudo make install
script: make test

View File

@@ -25,3 +25,6 @@ h2. Quick Links
https://github.com/ginatrapani/todo.txt-cli/wiki/Creating-and-Installing-Add-ons 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 * "Changelog":https://github.com/ginatrapani/todo.txt-cli/wiki/Todo.sh-Changelog
* "Known Bugs":http://github.com/ginatrapani/todo.txt-cli/issues * "Known Bugs":http://github.com/ginatrapani/todo.txt-cli/issues
h2. Build Status
!https://travis-ci.org/ginatrapani/todo.txt-cli.png(Build Status)!