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 00479b3 commit 72cf664Copy full SHA for 72cf664
.travis.yml
@@ -9,6 +9,10 @@ matrix:
9
- os: linux
10
compiler: clang
11
env: BUILD_TYPE=default CFLAGS='-fsanitize=address -fsanitize=undefined'
12
+ addons:
13
+ apt:
14
+ packages:
15
+ - libseccomp-dev
16
17
compiler: clang-5.0
18
@@ -18,9 +22,14 @@ matrix:
22
- llvm-toolchain-trusty-5.0
19
23
packages:
20
24
- clang-5.0
25
21
26
27
compiler: gcc
28
env: BUILD_TYPE=default CFLAGS=-fsanitize=address
29
30
31
32
33
- os: osx
34
35
0 commit comments