CI: Update .travis.yml (#1334)

According to the Travis build config validation, the `sudo` key does
nothing and `os` should be specified.
This commit is contained in:
Nicolas Van Bossuyt 2020-03-02 06:26:34 +01:00 committed by GitHub
parent 0acac186fb
commit 12504b52d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 08:56:42 +09:00

View file

@ -1,4 +1,4 @@
sudo: require
os: linux
dist: xenial
language: cpp