Skip to content

Commit

Permalink
Do update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jul 22, 2020
1 parent 279e0fb commit 2ed2984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ before_script:
- wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer && chmod +x php-cs-fixer

script:
- if [[ "${UPGRADE_PHPSPEC}" == "yes" ]]; then composer require --dev --no-update phpspec/phpspec:^6.1; fi
- if [[ "${UPGRADE_PHPSPEC}" == "yes" ]]; then composer require --dev phpspec/phpspec:^6.1; fi
- vendor/bin/phpunit tests/ftp/*Tests.php
- vendor/bin/phpunit --exclude-group integration --coverage-text --coverage-clover coverage.xml
- vendor/bin/phpspec run
Expand Down

0 comments on commit 2ed2984

Please sign in to comment.