aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0359cb4ecb92ec8d2147a5147af42dcefc63d255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
language: c

addons:
    apt:
        packages:
        - asciidoc
        - autopoint
        - xmlto

script: ./autogen.sh && ./configure && make && make check