Skip to content

Commit

Permalink
Updated .travis.yml;
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Mar 29, 2016
1 parent e39c099 commit 82a88e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82a88e8

Please sign in to comment.