language: cpp
compiler:
- gcc
before_install:
- ./autogen.sh
script: ./configure && make && make install
branches:
only:
- master
notifications:
email: false
os:
- linux