From 062109ae8beed8c27c6dad394c2e3a9e633da404 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Thu, 10 Jan 2013 22:12:12 +0100 Subject: [PATCH] Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9eea122a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: ruby +rvm: + - "1.9.2" + - "1.9.3" +script: bundle exec rspec spec