aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 18114878884f12a4cca5bb837e6107739a0a3e4e (plain) (tree)
1
2
3
4
5
6
7
8
           
             


         
                                                         

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