travis: ignore failures of apt-get update

This commit is contained in:
Victor Berger 2017-10-09 10:43:54 +02:00 committed by Victor Berger
parent 4946017c0c
commit 5884162082
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ addons:
before_install:
- 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
branches: