Skip to content

Commit

Permalink
Merge branch 'master' into pr_device_48
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Aug 14, 2020
2 parents 5cc891f + 611593c commit c5754c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
before_script:
- sh -c 'echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;'
- (composer self-update; true)
- composer require doctrine/cache ~1.2
- composer install
- travis_retry composer require doctrine/cache ~1.2
- travis_retry composer install

script:
- ./vendor/phpunit/phpunit/phpunit

0 comments on commit c5754c7

Please sign in to comment.