From 87bc12a1e47779fcfa90d24a2eb22862560ca646 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 15 Aug 2011 13:07:26 +1200 Subject: [PATCH] HI 2 U TRAVIS; This is how to run specs in this engine --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7026561 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +script: "bundle exec rake && bundle exec rspec spec/" +notifications: + email: + - parndt@gmail.com + - ugis.ozolss@gmail.com + - joe@joesak.com +env: + - DB=postgres + - DB=mysql + - DB=sqlite3 +rvm: + - 1.8.7 + - 1.9.2 + - 1.9.3 + - rbx + - rbx-2.0 + - ree + - jruby \ No newline at end of file