0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 15:25:19 +00:00

(Vagrantfile) add box with V8 6.0.318, refs #313

This commit is contained in:
Stefan Siegl 2017-05-29 20:40:57 +02:00
parent 98c2a6baec
commit 8fc207a9a6
No known key found for this signature in database
GPG Key ID: 51575950154839CD

2
Vagrantfile vendored
View File

@ -37,7 +37,7 @@ Vagrant.configure("2") do |config|
end
}
%w{5.9.35}.each { |version|
%w{5.9.35 6.0.318}.each { |version|
config.vm.define "v8-#{version}" do |i|
i.vm.synced_folder ".", "/data/v8js"