Fix Travis CI "before_install"
This commit is contained in:
parent
b10da92dd3
commit
a37946b84d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq bash quilt parted qemu-user-static debootstrap zerofree zip dosfstools libcap2-bin grep rsync
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y bash quilt parted qemu-user-static debootstrap zerofree zip dosfstools libcap2-bin grep rsync
|
||||
|
||||
install: sudo ./build.sh
|
||||
|
||||
|
|
Reference in a new issue