Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Virtualbox install via apt isn't working so going with deb from vb
Browse files Browse the repository at this point in the history
  • Loading branch information
miroswan committed Jun 24, 2015
1 parent 30030fd commit ed6d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rvm:
before_install:
- sudo curl -L https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb -o /tmp/vagrant_1.7.2_x86_64.deb
- sudo dpkg -i /tmp/vagrant_1.7.2_x86_64.deb
- sudo curl -L http://download.virtualbox.org/virtualbox/4.3.28/virtualbox-4.3_4.3.28-100309~Ubuntu~precise_amd64.deb
- sudo curl -L http://download.virtualbox.org/virtualbox/4.3.28/virtualbox-4.3_4.3.28-100309~Ubuntu~precise_amd64.deb -o /tmp/virtualbox-4.3_4.3.28-100309~Ubuntu~precise_amd64.deb
- sudo dpkg -i /tmp/virtualbox-4.3_4.3.28-100309~Ubuntu~precise_amd64.deb
install:
- gem install --version 1.7.15 bundler
Expand Down

0 comments on commit ed6d6bd

Please sign in to comment.