mirror of
https://github.com/rubyjs/mini_racer
synced 2023-03-27 23:21:28 -04:00
9 lines
125 B
YAML
9 lines
125 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.0
|
|
- 2.1
|
|
- 2.2
|
|
- 2.3
|
|
before_install: gem install bundler -v 1.12.0
|
|
cache: bundler
|
|
sudo: false
|