Skip to content

Commit

Permalink
Travis: Do some YAML syntax linting (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Mar 27, 2020
1 parent c95333b commit 166f693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,5 +1,7 @@
language: cpp
compiler: gcc
os: linux
dist: xenial

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

matrix:
jobs:
include:

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

0 comments on commit 166f693

Please sign in to comment.