Skip to content

Commit

Permalink
CI and dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Oct 11, 2021
1 parent 95979e2 commit 4c7033b
Show file tree
Hide file tree
Showing 4 changed files with 977 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
- mkdir -p build/logs

script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml --exclude-group slow
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml --exclude-group flaky
- if [ "$psalm" = "yes" ]; then vendor/bin/psalm; fi

after_script:
Expand Down
Loading

0 comments on commit 4c7033b

Please sign in to comment.