From fa4af2c268eb920e8eb772b793962000c10ac79c Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 19 Jul 2012 15:15:17 +0300 Subject: Enable travis for feature/* branches --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 31b74b13b..2496def0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml branches: only: - - develop \ No newline at end of file + - develop + - /^feature\/.+$/ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 88e3857ec2328e1dc4168c8343367d9d9e54d019 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 12 Sep 2012 18:45:21 +0200 Subject: Updated .travis.yml with new services param MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2496def0b..62acf05e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: php php: - 5.3 - 5.4 + +services: + - mysql + - postgresql + - sqlite env: - DB=mysql -- cgit v1.2.3-24-g4f1b