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 Saffron c25f38b6f1
DEV: Ruby 2.3 is EOL no longer officially supported
Added Ruby 2.7 to travis tests
2020-04-22 12:08:39 +10:00

24 lines
369 B
YAML

language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
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