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

Merge pull request #74 from ttanimichi/patch-1

CI against Ruby 2.5.0
This commit is contained in:
Sam 2018-01-03 11:27:57 +11:00 committed by GitHub
commit 247acbf217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ rvm:
- 2.2
- 2.3.3
- 2.4.0
- 2.5.0
matrix:
include:
- rvm: 2.4.0
@ -15,5 +16,6 @@ matrix:
dist: trusty
sudo: true
before_install:
- gem update --system
- gem install bundler -v 1.12.0
cache: bundler