install bundler 1.11.2 before install

This commit is contained in:
Sirko Sittig 2015-12-24 12:49:43 -03:00
parent a80d6e6cdd
commit bebcc233ca
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ script: "bundle exec rake"
gemfile:
- Gemfile
before_install:
- gem update bundler
- gem install bundler -v 1.11.2
before_script:
- mysql -e 'create database database_cleaner_test;'
- psql -c 'create database database_cleaner_test;' -U postgres