Skip to content

Commit

Permalink
v1.0.0-alpha release travis CI build failed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
henryejemuta committed Jul 15, 2020
1 parent 694c918 commit 05019ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ php:
- 7.3
- 7.4

jobs:
fast_finish: true

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script: phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require-dev": {
"orchestra/testbench": "^5.3",
"phpunit/phpunit": "^7.2|^7.5|^9.2"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 05019ca

Please sign in to comment.