mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Use trusty image and edge to use the latest available image
Thanks @SamSaffron for the tip! 🍰
This commit is contained in:
parent
33c274c35d
commit
cb71bbb7a0
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
language: ruby
|
||||
|
||||
dist: trusty
|
||||
group: edge
|
||||
|
||||
before_install:
|
||||
- rvm get head
|
||||
- gem install bundler
|
||||
|
|
Loading…
Reference in a new issue