Releasing v3.2

* Added tests to test various use cases
* Added .travis.yml for travis integration
This commit is contained in:
Dhruva Sagar
2013-09-19 12:28:47 +05:30
parent 9875a117a7
commit 0799523ffb
10 changed files with 228 additions and 4 deletions

4
.travis.yml Normal file
View File

@@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
script: rake ci