Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 632535f

Browse files
committed
Do not test against Symfony 3.0
1 parent 3acefd0 commit 632535f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.0
4+
- 7.1
55
- hhvm
66

77
sudo: false
@@ -12,21 +12,19 @@ cache:
1212
- $HOME/.composer/cache/files
1313

1414
env:
15-
matrix: SYMFONY_VERSION=3.1.*
15+
matrix: SYMFONY_VERSION=3.2.*
1616
global:
1717
- SYMFONY_DEPRECATIONS_HELPER=2080
1818
- SYMFONY_PHPUNIT_DIR=".phpunit" SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1919

2020
matrix:
2121
include:
22-
#- php: 7.0
22+
#- php: 7.1
2323
# env: DEPS=dev SYMFONY_VERSION=3.3.*
2424
- php: 5.6
2525
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
26-
- php: 7.1
27-
env: SYMFONY_VERSION=3.0.*
28-
#- php: 7.0
29-
# env: DEPS=dev COMPOSER_FLAGS="--prefer-stable" SYMFONY_VERSION=3.2.*
26+
- php: 7.0
27+
env: SYMFONY_VERSION=3.1.*
3028
fast_finish: true
3129

3230
before_install:

0 commit comments

Comments
 (0)