Skip to content

Commit 166f693

Browse files
authored
Travis: Do some YAML syntax linting (#484)
1 parent c95333b commit 166f693

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: cpp
22
compiler: gcc
3+
os: linux
4+
dist: xenial
35

46
# This section uses a rather esoteric (and tricky!) feature of YAML,
57
# &aliases and *anchors, to build package lists out of sublists without
@@ -32,7 +34,7 @@ addons:
3234
- libavresample-dev
3335
- libswresample-dev
3436

35-
matrix:
37+
jobs:
3638
include:
3739

3840
- name: "Coverage + FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"

0 commit comments

Comments
 (0)