Add Travis CI configuration

This commit is contained in:
Petko Bordjukov 2014-07-28 13:18:42 +03:00
parent 857ff1a7a1
commit 3069a857fb
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -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