summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-06 12:10:47 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-11 15:21:43 +0000
commit64bf3695d99688ad0967bdba2207c46845a3e8c2 (patch)
tree11ad17034eeef07285eb3a2cbc7e2137136783a4 /.travis.yml
parentfd5511ad37b0a845645d944bf64e94abc3dc53a3 (diff)
Add a mutex lock/unlock inside every public API function.
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 a0968fff..224f4dcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@
6# achieved using the "if: type IN (push, api, cron)" fields in the jobs list. 6# achieved using the "if: type IN (push, api, cron)" fields in the jobs list.
7 7
8language: c 8language: c
9dist: xenial
9os: linux 10os: linux
10 11
11jobs: 12jobs: