Commit 54652f74 authored by Maxime “pep” Buquet's avatar Maxime “pep” Buquet Committed by JC Brand

Remove `sudo: false` in .travis.yml

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

`sudo: false` is getting deprecated and support for it will soon be
removed entirely. They seem to be moving to using VMs entirely for their
service.

Converse doesn't seem to be using Travis' features extensively so I
don't think anything would break, but this clause will become useless in
less than a month, (quite a tight timeline).
Signed-off-by: default avatarMaxime “pep” Buquet <pep@bouah.net>
parent 7beeada0
...@@ -14,4 +14,3 @@ before_install: ...@@ -14,4 +14,3 @@ before_install:
install: make stamp-npm install: make stamp-npm
before_script: make serve_bg before_script: make serve_bg
script: make check script: make check
sudo: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment