]> granicus.if.org Git - strace/blob - .travis.yml
bfin: fix printing of invalid flags argument of sram_alloc syscall
[strace] / .travis.yml
1 language: c
2
3 dist: trusty
4
5 script: ./travis-ci.sh
6
7 sudo: required
8
9 compiler:
10   - gcc
11   - clang-3.6
12   - musl-gcc
13
14 addons:
15   apt:
16     packages:
17     - gcc-multilib
18     - lcov
19
20 install:
21   - pip install --user codecov
22
23 env:
24   global:
25     - SLEEP_A_BIT="sleep 0.2"
26     - VERBOSE="1"
27   matrix:
28     - TARGET=x86_64
29     - TARGET=x32
30     - TARGET=x86
31
32 matrix:
33   exclude:
34     - compiler: clang-3.6
35       env: TARGET=x32
36     - compiler: musl-gcc
37       env: TARGET=x32
38     - compiler: musl-gcc
39       env: TARGET=x86