Skip to content

Commit

Permalink
try to fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Giehl authored and sgiehl committed Mar 21, 2020
1 parent e20373b commit c8d8711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
include:
- php: nightly
install: travis_retry composer install --ignore-platform-reqs
before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
- (composer self-update; true)
- composer require doctrine/cache ~1.2 --ignore-platform-reqs

- stage: test with coverage
php: 7.1
Expand Down

0 comments on commit c8d8711

Please sign in to comment.