travis: Remove deprecated sudo option, set default OS
Also replaces `matrix` with the current official name `jobs`.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
language: c
|
language: c
|
||||||
|
|
||||||
sudo: required
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
# don't build tags separately
|
# don't build tags separately
|
||||||
@@ -35,7 +35,7 @@ env:
|
|||||||
- LEAK_DETECTIVE=no
|
- LEAK_DETECTIVE=no
|
||||||
- MONOLITHIC=no
|
- MONOLITHIC=no
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- env: TEST=sonarcloud
|
- env: TEST=sonarcloud
|
||||||
if: type = push AND env(SONAR_TOKEN) IS present
|
if: type = push AND env(SONAR_TOKEN) IS present
|
||||||
|
|||||||
Reference in New Issue
Block a user