aboutsummaryrefslogtreecommitdiff
path: root/test-vm
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2017-03-21 03:41:47 +0300
committerDominik Ritter <dritter03@googlemail.com>2017-03-21 03:41:47 +0300
commitb2342f90e9131f61064a9c08f33d78903a157193 (patch)
treef0c42dd321f722a981c51a7779a521142319cdd8 /test-vm
parent3704b42a547a3324db2d7bfafbf8ba2bccd48750 (diff)
Install more dependencies in VMs
Diffstat (limited to 'test-vm')
-rw-r--r--test-vm/bootstrap.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-vm/bootstrap.sh b/test-vm/bootstrap.sh
index 9651c4eb..f680d4b8 100644
--- a/test-vm/bootstrap.sh
+++ b/test-vm/bootstrap.sh
@@ -7,3 +7,13 @@ sudo apt-get install -y git
sudo apt-get install -y zsh
sudo chsh -s $(which zsh) vagrant
+
+# Install mercurial
+sudo apt-get install -y mercurial
+# Install Subversion
+sudo apt-get install -y subversion
+# install golang
+echo 'golang-go golang-go/dashboard boolean false' | sudo debconf-set-selections
+sudo apt-get install -y golang
+# Install dependencies for tests
+sudo apt-get install -y jq node ruby python python-virtualenv \ No newline at end of file