Skip to content
Prev Previous commit
Next Next commit
Switch to circleci
  • Loading branch information
asbiin committed Apr 26, 2018
commit 2174e75e3ec2d880df072dbc099493f2c787e0fe
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
- run:
name: Run unit tests
command: vendor/bin/phpunit -c phpunit.xml
# Run Psalm
- run:
name: Run psalm
command: vendor/bin/psalm --show-info=false
- store_test_results:
path: results
- store_artifacts:
Expand Down Expand Up @@ -174,6 +178,10 @@ jobs:
- run:
name: Run unit tests
command: vendor/bin/phpunit -c phpunit.xml
# Run Psalm
- run:
name: Run psalm
command: vendor/bin/psalm --show-info=false
- store_test_results:
path: results
- store_artifacts:
Expand Down
Binary file modified .circleci/config.yml.sig
Binary file not shown.