Remove apt update from Vagrantfile

Its now done in run_tests.sh which is run by the
Vagrant provisioner

Change-Id: If290b83f2bff440156217750c9f05f913c70979e
This commit is contained in:
Travis Truman 2016-08-19 15:09:52 -04:00 committed by Jesse Pretorius (odyssey4me)
parent 86a5d8b715
commit 885aefaa19

3
Vagrantfile vendored

@ -7,7 +7,6 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: <<-SHELL
sudo su -
cd /vagrant
apt-get update
./run_tests.sh
SHELL
end
end