Install latest bundler before install

This commit is contained in:
Zachary Scott 2016-04-14 09:33:20 +09:00
parent 4c7d38eb1b
commit 84e76b839b
1 changed files with 3 additions and 1 deletions

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