Leitgedanken/#pma/test/install-runkit
2022-11-21 09:47:28 +01:00

13 lines
217 B
Bash

#!/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