We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95333b commit 166f693Copy full SHA for 166f693
.travis.yml
@@ -1,5 +1,7 @@
1
language: cpp
2
compiler: gcc
3
+os: linux
4
+dist: xenial
5
6
# This section uses a rather esoteric (and tricky!) feature of YAML,
7
# &aliases and *anchors, to build package lists out of sublists without
@@ -32,7 +34,7 @@ addons:
32
34
- libavresample-dev
33
35
- libswresample-dev
36
-matrix:
37
+jobs:
38
include:
39
40
- name: "Coverage + FFmpeg 3.4 GCC (Ubuntu 18.04 Bionic)"
0 commit comments