From 82a88e823db70569ca6149d6c24a3ecb4fc5c6b9 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Tue, 29 Mar 2016 09:15:26 -0300 Subject: [PATCH] Updated .travis.yml; --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b949bf..f1748c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,9 +40,8 @@ before_install: - if [[ "$FB" == "2.5" ]]; then cat $FIREBIRD_SERVER_CONFIG | grep ENABLE_FIREBIRD_SERVER; fi - sudo service firebird$FB-super start - export URL_SVN_EXT=https://github.com/php/php-src/branches/PHP-$(phpenv version-name)/ext/pdo_firebird - - if [[ $(phpenv version-name) == "7.0" ]]; then export URL_SVN_EXT="https://github.com/php/php-src/branches/PHP-7.0.0/ext/pdo_firebird"; fi - if [[ $(phpenv version-name) == "nightly" ]]; then export URL_SVN_EXT="https://github.com/php/php-src/trunk/ext/pdo_firebird"; fi - - svn export $URL_SVN_EXT pdo_firebird -q + - travis_retry svn export $URL_SVN_EXT pdo_firebird -q - (cd pdo_firebird/; phpize && ./configure && make && sudo make install) install: