File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 77 - " 7.0"
88 - " 7.1"
99 - " hhvm"
10- env :
11- matrix :
12- - DBASE=yes
13- - DBASE=no
10+ - " nightly"
11+
1412matrix :
13+ fast_finish : true
14+ allow_failures :
15+ - php : " nightly"
1516 exclude :
1617 - php : " hhvm"
1718 env : DBASE=yes
1819
20+ env :
21+ matrix :
22+ - DBASE=yes
23+ - DBASE=no
24+
1925install :
2026 - if [ "$DBASE" = "yes" ] ; then ./ci/install-dbase ; fi
2127 - composer install
Original file line number Diff line number Diff line change 33set -x
44set -e
55
6- if [ " $TRAVIS_PHP_VERSION " = " 7.0" -o " $TRAVIS_PHP_VERSION " = " 7.1" ] ; then
6+ if [ " $TRAVIS_PHP_VERSION " = " 7.0" -o " $TRAVIS_PHP_VERSION " = " 7.1" -o " $TRAVIS_PHP_VERSION " = " nightly " ] ; then
77 git clone --depth 1 https://github.com/mote0230/dbase-pecl-php7.git php7-dbase
88 cd php7-dbase/
99 phpize
You can’t perform that action at this time.
0 commit comments