Initial commit
This commit is contained in:
12
#pma/test/install-runkit
Normal file
12
#pma/test/install-runkit
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "hhvm" -o "$TRAVIS_PHP_VERSION" = "7.0" ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
pecl install runkit
|
||||
|
||||
phpenv config-add test/php-runkit.ini
|
Reference in New Issue
Block a user