From e3fdb122895bcd63477b2977252b73f49154a659 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sun, 24 Feb 2013 17:36:19 +1100 Subject: [PATCH] Add travis config --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..f1b7dde26c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: ruby +rvm: + - "1.9.2" + - "1.9.3" +# uncomment this line if your project needs to run something other than `rake`: +script: bundle exec rspec spec \ No newline at end of file