diff --git a/.travis.yml b/.travis.yml index 9f0f094..49518b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: install: - sudo chmod 777 tests/db_files/FB_TEST_DB.FDB - - pecl install -f pdo_firebird-0.2 + - sudo pecl install -f pdo_firebird-0.2 before_script: - sudo service firebird2.5-super start diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f42f994..a7bfead 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -13,6 +13,11 @@ // -------------------------------------------------------------------------- +if (($var = getenv('CI'))) +{ + dl('interbase.so'); +} + /** * Quercus detection for workarounds */