1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/.travis.yml

21 lines
327 B
YAML
Raw Normal View History

2016-05-04 02:54:51 -04:00
language: ruby
2016-05-14 01:58:48 -04:00
env:
2016-05-14 02:13:31 -04:00
- CXX=g++-4.8 CC=gcc-4.8
2016-05-04 02:54:51 -04:00
rvm:
2016-05-13 20:39:21 -04:00
- 2.0
- 2.1
- 2.2
2016-05-14 01:32:56 -04:00
- 2.3.1
2016-05-14 02:17:03 -04:00
before_install:
- gem install bundler -v 1.12.0
- update-alternatives --auto g++
- update-alternatives --auto gcc
2016-05-13 20:39:21 -04:00
cache: bundler
2016-05-14 01:47:37 -04:00
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
2016-05-14 01:58:48 -04:00
- g++-4.8