summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e55dca46..db4cd0e2 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,9 +9,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
- # the source installation needs npm, which is also only available in debian jessie
- # so we need a debian testing vagrantbox
-
# 1024 mb ram is required on the source vm so that all tests can run fine
# 512 mb ram is probably enough for the deb vm