[Pkg-owncloud-commits] [php-sabredav] 195/220: Requesting postgre 9.5

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 74ee210da390b7a46a6759d8c749e6d4a39f6c2f
Author: Evert Pot <me at evertpot.com>
Date:   Thu Apr 28 15:28:33 2016 +0700

    Requesting postgre 9.5
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 7173e86..a7ce398 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,12 @@ before_script:
   #  - composer self-update
   - composer update --prefer-dist $LOWEST_DEPS
 
+add-ons:
+    apt:
+        packages:
+            - postgresql-9.5
+            - postgresql-contrib-9.5
+
 script:
   - ./bin/phpunit --configuration tests/phpunit.xml.dist $TEST_DEPS
   - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list