Skip to content

Commit

Permalink
Merge pull request deis#4375 from mboersma/update-node-reqs
Browse files Browse the repository at this point in the history
chore(tests): update virtualbox and vagrant
  • Loading branch information
mboersma committed Sep 4, 2015
2 parents a64c5fa + fe95c08 commit a1b431b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/bin/setup-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ apt-get install -yq build-essential \

# install virtualbox
if ! virtualbox --help &> /dev/null; then
wget -nv http://download.virtualbox.org/virtualbox/4.3.22/virtualbox-4.3_4.3.22-98236~Ubuntu~raring_amd64.deb
dpkg -i virtualbox-4.3_4.3.22-98236~Ubuntu~raring_amd64.deb
rm virtualbox-4.3_4.3.22-98236~Ubuntu~raring_amd64.deb
wget -nv http://download.virtualbox.org/virtualbox/5.0.2/virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_amd64.deb
dpkg -i virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_amd64.deb
rm virtualbox-5.0_5.0.2-102096~Ubuntu~trusty_amd64.deb
fi

# install vagrant
if ! vagrant -v &> /dev/null; then
wget -nv https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
dpkg -i vagrant_1.7.2_x86_64.deb
rm vagrant_1.7.2_x86_64.deb
wget -nv https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64.deb
dpkg -i vagrant_1.7.4_x86_64.deb
rm vagrant_1.7.4_x86_64.deb
fi

# install go
Expand Down

0 comments on commit a1b431b

Please sign in to comment.