Skip to content

Commit

Permalink
validate composer.json on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Sep 5, 2016
1 parent ed0603b commit 9bd344f
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 84 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ before_script:
script:
# validate composer.json
- composer validate --no-check-lock
- cd framework && composer validate --no-check-lock && cd ..
# run PHPUnit
- vendor/bin/phpunit --verbose $PHPUNIT_FLAGS --exclude-group mssql,oci,wincache,xcache,zenddata,cubrid

after_script:
Expand Down
Loading

0 comments on commit 9bd344f

Please sign in to comment.