Skip to content

Commit

Permalink
Merge branch 'master' into testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath24 committed May 19, 2014
2 parents 7ef1abd + 996ee2c commit c1dc112
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ install:

before_script:
- ./lint.sh

notifications:
slack: agiliq:4rM97fcM3RrHNA3EssNXYG3V

script: coverage run manage.py test

after_success: coveralls
after_success: coveralls
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OpenTavern
------------

[![Build Status](https://travis-ci.org/agiliq/opentavern.png?branch=develop)](https://travis-ci.org/agiliq/opentavern)
[![Coverage Status](https://coveralls.io/repos/agiliq/opentavern/badge.png?branch=coverage)](https://coveralls.io/r/agiliq/opentavern?branch=coverage)
[![Coverage Status](https://coveralls.io/repos/agiliq/opentavern/badge.png?branch=master)](https://coveralls.io/r/agiliq/opentavern?branch=master)

OpenTavern is a self hosted meetup group organizer.

Expand All @@ -19,3 +19,7 @@ Todo
* Events calendar
* Can charge for events (Or keep it free)
* Social login

Demo
------
[http://opentavern.herokuapp.com/](http://opentavern.herokuapp.com/)

0 comments on commit c1dc112

Please sign in to comment.