Explorar o código

(Vagrantfile) add v8-6.0 box

Stefan Siegl %!s(int64=8) %!d(string=hai) anos
pai
achega
4d2118ffb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

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