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

Commit

Permalink
Trying to get vagrant to work in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miroswan committed Jun 24, 2015
1 parent ebf293b commit 60be14b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ 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 apt-get -y update
- sudo apt-get install linux-headers-`uname -r`
- sudo apt-get install -y virtualbox
- sudo apt-get install -y libsdl1.2debian
- sudo apt-get install -y libvpx1
- sudo apt-get update -q
- sudo apt-get install -q virtualbox --fix-missing
install:
- gem uninstall -i /home/travis/.rvm/gems/ruby-2.2.1@global bundler
- gem install bundler --version 1.7.15
Expand Down

0 comments on commit 60be14b

Please sign in to comment.