Skip to content

Commit

Permalink
ci: remove displaying phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Jan 4, 2020
1 parent 2148e1d commit 63cfd14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,6 @@ install:
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- stty cols 120 && composer show
- cat phpunit.xml.dist

script:
- xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd src/LaminasCodingStandard/ruleset.xml
Expand Down

0 comments on commit 63cfd14

Please sign in to comment.