Add travis CI hooks

This commit is contained in:
Erik de Castro Lopo 2015-08-07 19:48:51 +10:00
parent 5d3c34f0b2
commit 0a5c6f0c3f
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
sudo: required
before_install:
- sudo apt-get install -y libogg-dev libflac-dev libvorbis-dev
script:
- ./autogen.sh
- ./configure
- make distcheck

View File

@ -1,5 +1,7 @@
# libsndfile
[![Build Status](https://secure.travis-ci.org/erikd/libsndfile.png?branch=master)](http://travis-ci.org/erikd/libsndfile)
libsndfile is a C library for reading and writing files containing sampled audio
data.