mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
add bundle command to travis
This commit is contained in:
parent
5743d87bc7
commit
acd9fc13e4
@ -2,6 +2,8 @@ language: ruby
|
|||||||
before_install:
|
before_install:
|
||||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||||
- gem install bundler -v '< 2'
|
- gem install bundler -v '< 2'
|
||||||
|
before_script:
|
||||||
|
- bundle install
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user