ogg/.travis.yml
Ralph Giles 98a7755b37 Add minimal travis continuous intregration config.
Call configure and distcheck which should verify all the
things we have automation for.
2015-05-20 11:23:22 -07:00

6 lines
72 B
YAML

language: c
script:
- ./autogen.sh
- ./configure
- make distcheck