Skip to content

Commit

Permalink
Merge e4316cd into 5cc3c90
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 14, 2018
2 parents 5cc3c90 + e4316cd commit cb17383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -61,6 +61,9 @@ script:
# @link https://github.com/squizlabs/PHP_CodeSniffer
# All of the usual config flags are held in phpcs.xml
- if [[ "$SNIFF" == "1" ]]; then $PHPCS_DIR/bin/phpcs --runtime-set ignore_warnings_on_exit 1; fi
# Validate the composer.json file.
# @link https://getcomposer.org/doc/03-cli.md#validate
- if [[ $TRAVIS_PHP_VERSION != "5.2" ]]; then composer validate --no-check-all; fi

notifications:
email: false

0 comments on commit cb17383

Please sign in to comment.