travis: allow dog food run to fail

This commit is contained in:
Tomas Votruba 2019-04-29 13:14:25 +02:00
parent 4f654b8174
commit 5243acc3ea

View File

@ -19,6 +19,8 @@ matrix:
env: CODING_STANDARD=true
- php: '7.2'
env: STANDALONE=true
- php: '7.3'
env: DOG_FOOD=true
install:
- composer update $COMPOSER_FLAGS