Create .travis.yml

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Closes: https://github.com/xiph/flac/pull/28
This commit is contained in:
Stephen 2017-01-21 17:15:44 -08:00 committed by Erik de Castro Lopo
parent b3ece71334
commit 0c741d5948
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
script:
- ./autogen.sh && ./configure && make && make check