sudo: false
language: cpp
os: - linux - osx
script: ./autogen.sh && ./configure && make distcheck -j2
notifications: email: false