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

(Vagrantfile) add v8-6.0 box

This commit is contained in:
Stefan Siegl 2017-04-23 21:34:46 +02:00
parent 7f1ee6a18c
commit 4d2118ffb2
No known key found for this signature in database
GPG Key ID: 51575950154839CD

2
Vagrantfile vendored
View File

@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
#
# mass-define "generic" Ubuntu boxes
#
%w{5.1 5.2 5.4 5.7 5.8 5.9}.each { |version|
%w{5.1 5.2 5.4 5.7 5.8 5.9 6.0}.each { |version|
config.vm.define "v8-#{version}" do |i|
i.vm.synced_folder ".", "/data/v8js"