aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bd08e99298f405d3362cd04c48d58dbfc9a2c548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c
matrix:
  include:
    # Access more recent gcc and clang via a Trusty image
    - os: linux
      dist: trusty
      compiler: gcc
    - os: linux
      dist: trusty
      compiler: clang
    - os: osx
      compiler: gcc
    - os: osx
      compiler: clang
script:
  - export CFLAGS=-Werror
  - make clean
  - make