travis: ignore failures of apt-get update
This commit is contained in:
parent
4946017c0c
commit
5884162082
|
@ -25,7 +25,7 @@ addons:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:wayland.admin/daily-builds
|
- sudo add-apt-repository -y ppa:wayland.admin/daily-builds
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq || echo "Ignoring failed apt-get update..."
|
||||||
- sudo apt-get install -y libwayland-dev libinput-dev
|
- sudo apt-get install -y libwayland-dev libinput-dev
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue