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

os:
  - linux
  - osx

compiler:
  - clang
  - gcc

sudo: false

install:
  - ./autogen.sh
  - ./configure --enable-werror

script:
  - make -j check