mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Install latest bundler before install
This commit is contained in:
parent
4c7d38eb1b
commit
84e76b839b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
language: ruby
|
||||
|
||||
before_install: rvm get head
|
||||
before_install:
|
||||
- rvm get head
|
||||
- gem install bundler
|
||||
|
||||
rvm:
|
||||
- 2.2.4
|
||||
|
|
Loading…
Reference in a new issue