summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 09cb04148ad1dfc598e9bbd2982a9729aa39e2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: c

compiler:
  - gcc

addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - autoconf
    - bison
    - gcc-6
    - help2man
    - lzip
    - texinfo
    - texlive

before_script:
    - ./.travis/install-gettext.sh
    - ./.travis/install-automake.sh
    - export PATH=$HOME/bin:$PATH

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