symbols: don't warn about conflicting syms if they are the same
[platform/upstream/libxkbcommon.git] / .travis.yml
1 language: c
2
3 before_install:
4     - sudo apt-get update -qq
5     - sudo apt-get install xutils-dev
6
7 compiler:
8     - gcc
9     - clang
10
11 # libxcb too old -- should enable when possible.
12 script: ./autogen.sh --disable-x11 && make && make check