From 3069a857fbce8a05310d78e22f5ef55b5db9fbd0 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Mon, 28 Jul 2014 13:18:42 +0300 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml 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