Explorar el Código

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

Stefan Siegl hace 8 años
padre
commit
8fc207a9a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -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"