Merge pull request #12 from pamil/travis-fuckup

Fix Travis build
This commit is contained in:
Kamil Kokot
2017-07-10 21:16:36 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -2,10 +2,9 @@ language: php
php: php:
- 7.1 - 7.1
- nightly
matrix: matrix:
include:
- php: nightly
allow_failures: allow_failures:
- php: nightly - php: nightly
fast_finish: true fast_finish: true

View File

@@ -277,7 +277,7 @@ final class SymfonyExtension implements Extension
* *
* @throws \DomainException * @throws \DomainException
*/ */
private function requireKernelBootstrapFile(string $basePath, string $bootstrapPath): void private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void
{ {
if (null === $bootstrapPath) { if (null === $bootstrapPath) {
return; return;