Skip to content

Commit

Permalink
Merge df7fd39 into 01a9115
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 14, 2020
2 parents 01a9115 + df7fd39 commit 711710b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
php:
- 7.2
- 7.4
- 'nightly'

env:
global:
Expand All @@ -26,7 +27,7 @@ matrix:
fast_finish: true

before_install:
- phpenv config-rm xdebug.ini
- if [[ $TRAVIS_PHP_VERSION != 'nightly' ]]; then phpenv config-rm xdebug.ini; fi

- |
if [[ $COVERAGE == 1 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"cakephp/cakephp-codesniffer": "^4.0",
"phpbench/phpbench": "^1.0@dev"
},
Expand Down

0 comments on commit 711710b

Please sign in to comment.