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