Skip to content

Commit 2518486

Browse files
ElectricMaxxxdbu
authored andcommitted
Master dev kit (#158)
allow symfony 4 build to fail
1 parent 458acdc commit 2518486

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cache:
2626
- $HOME/.composer/cache/files
2727

2828
env:
29-
matrix: SYMFONY_VERSION=^4.0@dev
29+
matrix: SYMFONY_VERSION=^3.4@dev
3030
global:
3131
- SYMFONY_DEPRECATIONS_HELPER=0
3232
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
@@ -37,13 +37,17 @@ matrix:
3737
include:
3838
- php: 7.1
3939
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
40+
- php: 7.1
41+
env: DEPS=dev SYMFONY_VERSION=^3.4@dev
4042
- php: 7.1
4143
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4244
- php: 7.1
4345
env: SYMFONY_VERSION=3.3.*
44-
- php: 7.1
45-
env: SYMFONY_VERSION=^3.4@dev
46+
4647
fast_finish: true
48+
allow_failures:
49+
- php: 7.1
50+
env: DEPS=dev SYMFONY_VERSION=^4.0@dev
4751

4852

4953
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the context of the CMF.
2222
## Requirements
2323

2424
* PHP 7.1
25-
* Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
25+
* Symfony 2.8 / 3.3 / ^3.4@dev
2626
* See also the `require` section of [composer.json](composer.json)
2727

2828
## Documentation

src/HttpKernel/TestKernel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313

1414
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
1515
use Doctrine\Bundle\PHPCRBundle\DoctrinePHPCRBundle;
16-
use Knp\Bundle\MenuBundle\KnpMenuBundle;
1716
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
1817
use Symfony\Bundle\MonologBundle\MonologBundle;
1918
use Symfony\Bundle\SecurityBundle\SecurityBundle;
2019
use Symfony\Bundle\TwigBundle\TwigBundle;
2120
use Symfony\Bundle\WebServerBundle\WebServerBundle;
22-
use Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle;
2321
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
2422
use Symfony\Component\HttpKernel\Kernel;
2523

0 commit comments

Comments
 (0)