Skip to content

Commit

Permalink
Enhancement: Validate composer.json on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and pbrisbin committed Jan 11, 2017
1 parent 512b23e commit dd0d5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cache:

before_install:
- composer self-update
- composer validate

install:
- if [[ "$WITH_LOWEST" == "true" ]]; then composer update --prefer-lowest --prefer-dist; else composer install --prefer-dist; fi
Expand Down

0 comments on commit dd0d5be

Please sign in to comment.