Skip to content

Commit d2bce5c

Browse files
committed
travis: Try downgrading virtualbox
Not sure if it's going to help, but why not?
1 parent e31ff0d commit d2bce5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before_install:
44
- wget https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key
55
add - && sudo sh -c "echo deb https://download.virtualbox.org/virtualbox/debian
66
bionic contrib >> /etc/apt/sources.list" && sudo apt-get update && sudo apt-get
7-
install build-essential gcc make linux-headers-$(uname -r) virtualbox-6.1 && sudo
7+
install build-essential gcc make linux-headers-$(uname -r) virtualbox-6.0 && sudo
88
usermod -aG vboxusers $(whoami)
99
- mkdir output-virtualbox-iso && pushd output-virtualbox-iso && wget --progress=dot:giga https://github.com/sfalexrog/clever_vm/releases/download/v0_base_vm/clever-devel.ova
1010
&& popd

0 commit comments

Comments
 (0)