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

before_script:
    - sudo apt-get install -qq valgrind
    - bundle install --gemfile=docs/Gemfile
    - autoreconf -i

script:
    - ./setup.sh
    - ./configure && make

compiler:
    - gcc
    - clang

notifications:
    email: false