We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1ee6a commit 4d2118fCopy full SHA for 4d2118f
Vagrantfile
@@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
18
#
19
# mass-define "generic" Ubuntu boxes
20
21
- %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|
22
config.vm.define "v8-#{version}" do |i|
23
i.vm.synced_folder ".", "/data/v8js"
24
0 commit comments