Skip to content

Commit

Permalink
Tweaks to CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbairwell committed Mar 14, 2019
1 parent 1384fa4 commit 4ceee64
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ jobs:
# run tests
- run:
name: Run Unit tests
command: ./vendor/bin/phpunit
command: ./vendor/bin/phpunit -c ./qaTools/phpunit.xml
- run:
name: Run CS tests
command: ./vendor/bin/phpcs
- run:
name: Run Unit tests
command: ./vendor/bin/phpunit
name: Run Grumphp
command: ./vendor/bin/grumphp run

0 comments on commit 4ceee64

Please sign in to comment.