File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - SUITE=PHPCache
99 - SUITE=Symfony
1010 - SUITE=Stash
11+ - SUITE=MadeWithLove
1112
1213matrix :
1314 fast_finish : true
@@ -17,6 +18,7 @@ matrix:
1718
1819services :
1920 - redis
21+ - memcached
2022
2123cache :
2224 directories :
@@ -27,8 +29,9 @@ before_install:
2729 - travis_retry composer self-update
2830
2931install :
32+ - echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3033 - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
31- - composer update
34+ - composer update --prefer-source
3235
3336script :
3437 - phpunit --testsuite $SUITE
Original file line number Diff line number Diff line change 2929 "phpunit/phpunit" : " ^4.0|^5.0" ,
3030 "cache/cache" : " dev-master" ,
3131 "symfony/cache" : " ^3.1" ,
32+ "madewithlove/illuminate-psr-cache-bridge" : " ^1.0" ,
33+ "illuminate/cache" : " ^5.0" ,
3234 "tedivm/stash" : " dev-master"
3335 },
3436 "autoload" : {
Original file line number Diff line number Diff line change 2323 <testsuite name =" Stash" >
2424 <file >./tests/StashTest.php</file >
2525 </testsuite >
26+
27+ <testsuite name =" MadeWithLove" >
28+ <file >./vendor/madewithlove/illuminate-psr-cache-bridge/tests/integration/IntegrationTest.php</file >
29+ </testsuite >
2630 </testsuites >
2731
2832 <logging >
You can’t perform that action at this time.
0 commit comments