Skip to content

Commit

Permalink
Explicitly running PHPUnit during Travis checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Mar 31, 2017
1 parent 64717d9 commit 4f8b2e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ enabled:
- strict_param
- php_unit_construct
- php_unit_strict

finder:
exclude:
- "example"
- 'example'
name:
- "*.php"
- '*.php'
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ cache:

install:
- composer install

script:
- vendor/bin/phpunit

0 comments on commit 4f8b2e3

Please sign in to comment.