Add a .travis.yml for Travis CI
authorFelipe Sateler <fsateler@debian.org>
Thu, 30 Apr 2015 00:22:56 +0000 (21:22 -0300)
committerArun Raghavan <git@arunraghavan.net>
Tue, 5 May 2015 11:11:13 +0000 (16:41 +0530)
commitb620fb444cd7d093a2dbf3df911c4b496fe71440
treee5f44241fbfb3234947acf76bd4ffe00752d7341
parent2737985f27fd54e12fc7eea9e922e4b3581b05fd
Add a .travis.yml for Travis CI

Installs all the build dependencies, and runs make check and
check-daemon.

V1: Based on Arun Raghavan's travis file. Added trusty repositories to get
newer libs.

V2: Explicitly list all dependencies instead of relying on the Ubuntu
package Build-Dependencies. Send notifications to pulseaudio-discuss

V3: Install libsystemd-daemon-dev, libsystemd-id128-dev,
libsystemd-journal-dev, and libsystemd-login-dev. Send notifications to
pulseaudio-commits. Drop libjson0-dev, libjson-c-dev is the package to
depend on.
.travis.yml [new file with mode: 0644]