File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ before_install:
4040 - if [[ "$FB" == "2.5" ]]; then cat $FIREBIRD_SERVER_CONFIG | grep ENABLE_FIREBIRD_SERVER; fi
4141 - sudo service firebird$FB-super start
4242 - export URL_SVN_EXT=https://github.com/php/php-src/branches/PHP-$(phpenv version-name)/ext/pdo_firebird
43- - 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
4443 - if [[ $(phpenv version-name) == "nightly" ]]; then export URL_SVN_EXT="https://github.com/php/php-src/trunk/ext/pdo_firebird"; fi
45- - svn export $URL_SVN_EXT pdo_firebird -q
44+ - travis_retry svn export $URL_SVN_EXT pdo_firebird -q
4645 - (cd pdo_firebird/; phpize && ./configure && make && sudo make install)
4746
4847install :
You can’t perform that action at this time.
0 commit comments