Skip to content

Commit b965528

Browse files
Stefan Giehlsgiehl
authored andcommitted
try to fix nightly build
1 parent 3f1594e commit b965528

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
include:
3636
- php: nightly
3737
install: travis_retry composer install --ignore-platform-reqs
38+
before_install:
39+
- phpenv config-rm xdebug.ini || echo "xdebug not available"
40+
- (composer self-update; true)
41+
- composer require doctrine/cache ~1.2 --ignore-platform-reqs
3842

3943
- stage: test with coverage
4044
php: 7.1

0 commit comments

Comments
 (0)