Add travis build status image and test with ruby 2.0.0 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit d3696069ef976dc3f7edeb01ec1e711e0798b9e6
(DIR) parent 89f342b0eebca0d7331a8a652aa453de97715785
(HTM) Author: Martin Kavalar <martin@sauspiel.de>
Date: Tue, 9 Apr 2013 14:05:40 +0200
Add travis build status image and test with ruby 2.0.0
Diffstat:
M .travis.yml | 1 +
M README.md | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
rvm:
- 1.9.3
+ - 2.0.0
script: "rake spec"
(DIR) diff --git a/README.md b/README.md
@@ -1,5 +1,6 @@
Reportable
==========
+[](https://travis-ci.org/saulabs/reportable)
Reportable allows for the easy creation of reports based on `ActiveRecord` models.