1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

try that again

This commit is contained in:
Michael Wallner 2015-07-30 17:44:00 +02:00
parent 8b7efa3deb
commit ee1c068bfa
3 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,9 @@ language: c
addons:
postgresql: 9.4
apt:
packages:
- php5-cli
env:
global:

View File

@ -4,6 +4,9 @@ language: c
addons:
postgresql: 9.4
apt:
packages:
- php5-cli
env:
global:

View File

@ -23,7 +23,7 @@ PECL_SONAME ?= $(if $(shell cut -d: -f2 <<<"$(PECL)"),$(shell cut -d: -f2 <<<"$(
PECL_VERSION ?= $(shell cut -d: -f3 -s <<<"$(PECL)")
PECL_INI = $(with_config_file_scan_dir)/pecl.ini
PHP_VERSION ?= $(shell php $(srcdir)/php-version.php $(PHP) < php-versions.json)
PHP_VERSION ?= $(shell php $(srcdir)/php-version.php $(PHP) < $(srcdir)/php-versions.json 2>/dev/null)
.PHONY: all php check clean reconf pecl ext test
.SUFFIXES: