Skip to content

Commit

Permalink
We prefer not to use caps (#76)
Browse files Browse the repository at this point in the history
* No caps please

* no caps please
  • Loading branch information
hannesvdvreken authored and Nyholm committed Feb 2, 2017
1 parent 2087479 commit a8d9538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ env:
- SUITE=PHPCache
- SUITE=Symfony
- SUITE=Stash
- SUITE=MadeWithLove
- SUITE=madewithlove

matrix:
fast_finish: true
allow_failures:
- env: SUITE=Stash
- env: SUITE=MadeWithLove
- env: SUITE=madewithlove

services:
- redis
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<file>./tests/StashTest.php</file>
</testsuite>

<testsuite name="MadeWithLove">
<testsuite name="madewithlove">
<file>./vendor/madewithlove/illuminate-psr-cache-bridge/tests/integration/IntegrationTest.php</file>
</testsuite>
</testsuites>
Expand Down

0 comments on commit a8d9538

Please sign in to comment.