From 7cdb967b6f038ff1cb46adb2db68f39596af1d5e Mon Sep 17 00:00:00 2001 From: Alexei Date: Fri, 11 Dec 2015 20:31:35 -0800 Subject: [PATCH 1/2] Added python-dev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17ab7d6..9582bc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: # Dependencies - sudo apt-get update -qq - sudo pip install --upgrade pip - - sudo apt-get install -qq cdparanoia cdrdao gstreamer0.10-plugins-base gstreamer0.10-plugins-good libcdio-dev libiso9660-dev python-cddb python-gobject swig + - sudo apt-get install -qq cdparanoia cdrdao gstreamer0.10-plugins-base gstreamer0.10-plugins-good libcdio-dev libiso9660-dev python-cddb python-gobject swig python-dev - sudo pip install musicbrainzngs pycdio # Testing dependencies From a8f69e20b91cafc1adc504f33ef49a2a415dc251 Mon Sep 17 00:00:00 2001 From: Alexei Date: Fri, 11 Dec 2015 20:34:02 -0800 Subject: [PATCH 2/2] Made all branches build using travis for more convenient testing of feature branches --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9582bc1..a3067b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ sudo: required language: bash -branches: - only: - - master - install: # Dependencies - sudo apt-get update -qq