We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2de8b commit 235ec42Copy full SHA for 235ec42
.travis.yml
@@ -7,5 +7,7 @@ before_install:
7
- sudo apt-get update
8
- wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
9
- sudo dpkg -i vagrant_*.deb
10
+ - wget http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab090.5/linux-headers-2.6.32-openvz-042stab090.5-amd64_1_amd64.deb
11
+ - sudo dpkg -i linux-headers-2.6.32-openvz-042stab090.5-amd64_1_amd64.deb
12
- sudo apt-get -f install
13
- sudo apt-get install -y virtualbox
0 commit comments