mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add sudo: required
to travis config
This commit is contained in:
parent
d55d3658f0
commit
4504ff954a
@ -3,7 +3,10 @@ dist: trusty
|
|||||||
|
|
||||||
# we don't need sudo, so can run in a container, which makes startup much
|
# we don't need sudo, so can run in a container, which makes startup much
|
||||||
# quicker.
|
# quicker.
|
||||||
sudo: false
|
#
|
||||||
|
# unfortunately we do temporarily require sudo as a workaround for
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/8836
|
||||||
|
sudo: required
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
Loading…
Reference in New Issue
Block a user