diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9bfea6a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: ruby +cache: bundler +rvm: + - 1.9.3 + - 2.0.0 + - 2.1.2 +script: + - RAILS_ENV=test bundle exec rake --trace initial_setup spec \ No newline at end of file