1
0
Fork 0
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:
Zachary Scott 2016-04-14 09:33:20 +09:00
parent 4c7d38eb1b
commit 84e76b839b

View file

@ -1,7 +1,9 @@
---
language: ruby
before_install: rvm get head
before_install:
- rvm get head
- gem install bundler
rvm:
- 2.2.4