mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 14:14:49 +02:00
Fix Bundler version in Travis config
This commit is contained in:
parent
b0180be70e
commit
4b28e40e83
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ before_install:
|
|||
- "sudo mv -f ~/chromedriver /usr/local/share/"
|
||||
- "sudo chmod +x /usr/local/share/chromedriver"
|
||||
- "sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver"
|
||||
- "gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true"
|
||||
- "gem install bundler -v '< 2'"
|
||||
before_script:
|
||||
- "cp config/application-example.yml config/application.yml"
|
||||
- "cp config/database-travis.yml config/database.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue