try that again
authorMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 15:44:00 +0000 (17:44 +0200)
committerMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 15:44:00 +0000 (17:44 +0200)
.travis.yml
gen_travis_yml.php
travis/pecl/Makefile

index 0f5f740e5091f895798bac455b71b47fa25adc9a..af263d067439cbf5d1ec7ea3891df3e6a6fad583 100644 (file)
@@ -3,6 +3,9 @@ language: c
 
 addons:
  postgresql: 9.4
+ apt:
+  packages:
+   - php5-cli
 
 env:
  global:
index 84731594a2327155007d165c65de1fca0903d54c..0e06a810bb91a6c2aa16d8f1e60f309a3ef87b54 100755 (executable)
@@ -4,6 +4,9 @@ language: c
 
 addons:
  postgresql: 9.4
+ apt:
+  packages:
+   - php5-cli
 
 env:
  global:
index a338a5d42880992229dd32aaeac5b6e263c14307..26d6b39c897f4408608919f8120ccb1d148e6f21 100644 (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: