summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: be21241eaeeeb237be9a8229d665a8c6cf813328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c

compiler:
  - gcc
  - clang

install: true

branches:
  except:
    - 5.9.6

before_script:
  - autoreconf -fi

script:
  - ./configure && make && make all-test