Skip to content

Commit

Permalink
Merge pull request #19 from localheinz/feature/validate
Browse files Browse the repository at this point in the history
Fix: Update composer itself and validate
  • Loading branch information
nyamsprod committed Sep 21, 2015
2 parents e9702d1 + 7bcc871 commit 036a180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ cache:
directories:
- $HOME/.composer/cache

before_install:
- composer self-update
- composer validate

install:
- travis_retry composer install --prefer-dist

Expand Down

0 comments on commit 036a180

Please sign in to comment.