summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-16 22:46:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 20:44:26 +0000
commit7245ac11ef9be2420c8356c12acc79f93ea211bb (patch)
treee971c5c6e10c2310afe4b2cd80212feac9839f2a /.travis.yml
parent7c2b95ef5e4ccdae01bd104aa7400294c9ea391b (diff)
Avoid implementations in .h files or #including .c files.
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ea1ffea7..67af3416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,7 @@ matrix:
46 - libcv-dev # For av_test. 46 - libcv-dev # For av_test.
47 - libhighgui-dev # For av_test. 47 - libhighgui-dev # For av_test.
48 - libopencv-contrib-dev # For av_test. 48 - libopencv-contrib-dev # For av_test.
49 - libsndfile1-dev # For av_test.
49 - portaudio19-dev # For av_test. 50 - portaudio19-dev # For av_test.
50 before_install: 51 before_install:
51 # Clear bazel installation. 52 # Clear bazel installation.