summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: Run make install in travis.Felipe Sateler2015-12-291-1/+1
| | | | This helps detect ordering problems in the install target
* build: Move to using Travis trusty imagesArun Raghavan2015-12-211-4/+6
|
* build: Add IRC notifications to TravisArun Raghavan2015-11-061-0/+3
|
* Add a .travis.yml for Travis CIFelipe Sateler2015-05-051-0/+64
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.