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
Sam c1bcfcf536 FEATURE: we explicitly only support Ruby 2.3 and up
- remove 2.2 from travis
- be explicit in gemspec
- add note to readme
2018-06-27 09:35:22 +10:00

23 lines
358 B
YAML

language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- master
matrix:
include:
- rvm: 2.5.1
os: osx
osx_image: xcode9.4
- rvm: 2.4.0
os: osx
osx_image: xcode8.3
- rvm: 2.4.0
os: osx
osx_image: xcode7.3
dist: trusty
sudo: true
before_install:
- gem update --system
- gem install bundler -v 1.16.2
cache: bundler