From 48eecc2c04d59f74755d7f4db2b73da8e9e29ce6 Mon Sep 17 00:00:00 2001 From: Cynthia Shang Date: Mon, 16 May 2016 16:49:54 -0400 Subject: [PATCH] Added vim to test virtual machine. --- test/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index e12da36f9..9f3bf12c8 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -14,7 +14,7 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", inline: <<-SHELL # Install Perl modules sudo apt-get update - apt-get install -y libdbi-perl libdbd-pg-perl libxml-checker-perl ghostscript libperl-critic-perl + apt-get install -y libdbi-perl libdbd-pg-perl libxml-checker-perl ghostscript libperl-critic-perl vim # Install texlive mkdir /root/texlive