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

compiler:
    - gcc
    - clang

os:
    - linux
    - osx

install:
    - ./autogen.sh
    - ./configure
    - make -j4