summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 10d0628bd24908343fb190fc1d95b10161e0a5c6 (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-assertions --enable-werror

script:
  - make -j check