[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com =?UTF-8?Q?pecl/file=5Fformats/yaml=3A=20dev-tools=3A=20only=20test=20?= =?UTF-8?Q?wit
From:       Bryan Davis <bd808 () php ! net>
Date:       2017-07-29 15:30:21
Message-ID: php-mail-08bf8281dc81e7dcd1e5237157da59d52010935972 () git ! php ! net
[Download RAW message or body]

Commit:    debe91935cbc9e21dadf17921420a4dbca18a4ee
Author:    Bryan Davis <bd808@bd808.com>         Sat, 29 Jul 2017 09:29:26 -0600
Parents:   f220c0400bd1875879da58788187774a04430ecb
Branches:  php7

Link:       http://git.php.net/?p=pecl/file_formats/yaml.git;a=commitdiff;h=debe91935cbc9e21dadf17921420a4dbca18a4ee


Log:
dev-tools: only test with PHP7 versions

Filter the list of phpenv versions to only include the ones that start
with "7".

Changed paths:
  M  dev-tools/test-all.sh


Diff:
diff --git a/dev-tools/test-all.sh b/dev-tools/test-all.sh
index da1b872..6ec9cb3 100755
--- a/dev-tools/test-all.sh
+++ b/dev-tools/test-all.sh
@@ -2,10 +2,10 @@
 
 rm .rbenv-version 2>/dev/null
 
-VERSIONS=$(phpenv versions --bare)
+VERSIONS=$(phpenv versions --bare | grep ^7)
 SCRIPT_DIR=$(dirname $0)
 
-for v in $VERSIONS system; do
+for v in $VERSIONS; do
   echo -n "$v: "
   if ${SCRIPT_DIR}/test-build.sh $v >$v.log 2>&1; then
     echo -e "\033[1;32mPASS\033[0m"


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic