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

17 lines
217 B
YAML
Raw Normal View History

2016-05-04 02:54:51 -04:00
language: ruby
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
matrix:
include:
- rvm: 2.2
os: osx
2016-05-14 05:04:04 -04:00
osx_image: xcode7.3
dist: trusty
sudo: true
2016-05-14 02:17:03 -04:00
before_install:
- gem install bundler -v 1.12.0
2016-05-13 20:39:21 -04:00
cache: bundler