Skip to content

Commit

Permalink
qa: fix .travis.yaml
Browse files Browse the repository at this point in the history
closes #24

Signed-off-by: Dmitriy Bespalov <dbespalov.rosko@gmail.com>
  • Loading branch information
superrosko committed Oct 26, 2020
1 parent 0a8593e commit c12916f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -44,15 +44,14 @@ matrix:
- php: 7.2
env:
- DEPS=latest
-nightly:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
- pecl channel-update pecl.php.net
- yes '' | pecl -q install -f $MONGO_DRIVER

install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
Expand Down

0 comments on commit c12916f

Please sign in to comment.