Skip to content

Commit

Permalink
Fix circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Aug 31, 2019
1 parent 68b31ac commit 42f8bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
key: v2-dependencies-{{ checksum "composer.json" }}

# run tests!
- run: cd tests; ../vendor/bin/phpunit --exclude-group docker .
- run: ./vendor/bin/phpunit --exclude-group docker .
3 changes: 2 additions & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
phpcs:
standard:
- PSR2
phpunit: ~
phpunit:
group: ['default']
phpstan: ~

0 comments on commit 42f8bfa

Please sign in to comment.