aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 5c5033547c2c05a1f3d47141668aef6b741ae88c (plain)
1
2
3
4
5
6
7
8
sudo: false
language: cpp
os:
  - linux
  - osx
script: ./autogen.sh && ./configure && make distcheck
notifications:
  email: false