Fix failing tests. Replace ruby to 2.1.1 in travis. Update travis config

This commit is contained in:
KalabiYau 2014-04-24 22:02:50 +02:00
parent eacdd9cfd6
commit a6031df9f2
4 changed files with 65 additions and 54 deletions

View file

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.1.0
- 2.1.1
branches:
only:
- master
@ -15,6 +15,5 @@ before_script:
- cp config/database.yml.example config/database.yml
- cp config/config.yml.example config/config.yml
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
script:
- bundle exec rake spec
- bundle exec rspec --color --format documentation