mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
install bundler 1.11.2 before install
This commit is contained in:
parent
a80d6e6cdd
commit
bebcc233ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue