diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..18795b8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +before_script: + - "bundle exec rake refinery:testing:dummy_app > /dev/null" +script: "bundle exec rspec ./spec" +notifications: + email: + - parndt@gmail.com + - rob@yurkowski.net +env: + - DB=postgresql + - DB=mysql +rvm: + - 1.8.7 + - 1.9.3 + - rbx + - jruby