mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
try harder to use latest gcc
This commit is contained in:
parent
a2855b2581
commit
bdd0260461
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ rvm:
|
|||
- 2.1
|
||||
- 2.2
|
||||
- 2.3.1
|
||||
before_install: gem install bundler -v 1.12.0
|
||||
before_install:
|
||||
- gem install bundler -v 1.12.0
|
||||
- update-alternatives --auto g++
|
||||
- update-alternatives --auto gcc
|
||||
cache: bundler
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue