diff options
author | Jon Cairns <jon@joncairns.com> | 2015-09-09 10:17:43 +0100 |
---|---|---|
committer | Jon Cairns <jon@joncairns.com> | 2015-09-09 10:17:43 +0100 |
commit | 604cc62239a59d9388630526313f3d1433009629 (patch) | |
tree | 6aaa43f2f94ebc43b8518b99522065b87e15d9c2 /Vagrantfile | |
parent | 96b51f393cf56cd7add1046547d5d90ed1eb7de3 (diff) | |
download | vdebug-604cc62239a59d9388630526313f3d1433009629.zip |
Make feature tests more reliable
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index e7d05ff..bbbf40a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,6 +15,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Forward the vdebug server port to the host config.vm.network :forwarded_port, guest: 9000, host: 9000 + config.vm.network :forwarded_port, guest: 5900, host: 5901 # Use a shell script to provision config.vm.provision :shell, path: "bootstrap.sh" |