1
0
Fork 0
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:
Sam 2016-05-14 16:17:03 +10:00
parent a2855b2581
commit bdd0260461

View file

@ -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: