mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Update .travis.yml
This commit is contained in:
parent
5e9e23621c
commit
9bf06974d1
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@ sudo: true
|
|||
before_install:
|
||||
- rvm get head
|
||||
- gem install bundler
|
||||
- export CXX="g++-4.8"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
|
||||
rvm:
|
||||
- 2.2.4
|
||||
|
|
Loading…
Reference in a new issue