Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:sanmai/ydelivery-sdk into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Nov 1, 2020
2 parents ee94bad + 4bede58 commit 8b8c783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
- GROUP=integration
- stage: analyze
php: 7.3
php: 7.4
install:
- pecl install ast
- phpenv config-rm xdebug.ini
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ci-analyze: SILENT=
ci-analyze: prerequisites ci-phpunit ci-infection ci-phan ci-phpstan ci-psalm

ci-phpunit: ci-cs
$(SILENT) $(PHP) $(PHPUNIT) $(PHPUNIT_ARGS)
$(SILENT) $(PHPDBG) $(PHPUNIT) $(PHPUNIT_ARGS)

ci-infection: ci-phpunit
$(SILENT) $(PHP) $(INFECTION) $(INFECTION_ARGS)
Expand Down

0 comments on commit 8b8c783

Please sign in to comment.