Skip to content

Commit

Permalink
Check composer requirements on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lookyman authored and ondrejmirtes committed May 22, 2018
1 parent 0951fed commit 920fd64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ before_script:
- composer install
script:
- vendor/bin/phing
- >
wget https://github.com/maglnet/ComposerRequireChecker/releases/download/0.2.1/composer-require-checker.phar
&& php composer-require-checker.phar check composer.json
after_script:
- php vendor/bin/coveralls -v

0 comments on commit 920fd64

Please sign in to comment.