Skip to content

Commit

Permalink
Fix broken travis phpcs call
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin authored Oct 7, 2020
1 parent 672c67c commit 4d0f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ install:
- composer update $COMPOSER_FLAGS

script:
- phpcs -p
- ./vendor/bin/phpcs -n
- phpunit

0 comments on commit 4d0f947

Please sign in to comment.