Skip to content

Commit

Permalink
Enhancement: Validate composer.json and composer.lock on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 15, 2015
1 parent a991741 commit c60ac43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ cache:

before_install:
- composer self-update

- composer validate

install:
- composer install --prefer-dist --no-interaction

Expand Down

0 comments on commit c60ac43

Please sign in to comment.