summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
-rw-r--r--README.md4
2 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..b887458
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: ruby
+rvm:
+ - 1.8.7
+ - 1.9.2
+ - 1.9.3
+ - jruby-18mode
+ - jruby-19mode
+ - rbx-18mode
+ - rbx-19mode
+script: "rake spec"
diff --git a/README.md b/README.md
index 975ca35..465de8c 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ a nano web application framework based on [rack](http://rack.rubyforge.org/)
* class level inherited variables
* session
+== STATUS:
+
+[![Build Status](https://secure.travis-ci.org/jeremyz/zorglub.png)](http://travis-ci.org/jeremyz/zorglub)
+
== SYNOPSIS:
For a simple test application run: