mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 08:23:11 -06:00
travis: Add sudo: required for sudo apt* usage
This commit is contained in:
parent
98a7d67b28
commit
a1e62a2b0b
|
|
@ -13,6 +13,8 @@ addons:
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:dhor/myway -y
|
- sudo add-apt-repository ppa:dhor/myway -y
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue