mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Update and clean bundler prior to running the test suite
This commit is contained in:
parent
42fd517f1a
commit
1d53c1659e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
|
- gem update bundler
|
||||||
|
- gem cleanup bundler
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.5
|
- 2.1.5
|
||||||
|
|
Loading…
Reference in a new issue