summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-02-16 09:43:38 +0100
committervarac <varacanero@zeromail.org>2015-02-16 09:43:38 +0100
commit2f0480f085f057a39ae58c0e59c1157debc0813e (patch)
treec76dba31ccf2d84c72b47f78d54dda765ce41e75 /Vagrantfile
parent9c77d32c0019cd8afc16d2050f7521282607979a (diff)
removed comment that we require jessie
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