Skip to content

Commit 82a88e8

Browse files
committed
Updated .travis.yml;
1 parent e39c099 commit 82a88e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

4847
install:

0 commit comments

Comments
 (0)