1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove "rvm get head"

This commit is contained in:
Kunpei Sakai 2018-12-16 04:03:06 +09:00
parent 8a7da30a84
commit 536d0226e8
No known key found for this signature in database
GPG key ID: C4B6919318C291BC

View file

@ -5,7 +5,6 @@ dist: trusty
sudo: false
before_install:
- rvm get head
- gem install bundler
- export CXX="g++-4.8"