mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13: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:
|
||||
- postgresql
|
||||
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:dhor/myway -y
|
||||
- sudo apt-get update -q
|
||||
|
|
|
|||
Loading…
Reference in a new issue