We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f054ec5 commit e4815a6Copy full SHA for e4815a6
.travis.yml
@@ -16,18 +16,18 @@ cache:
16
17
env:
18
global:
19
- - SYMFONY_DEPRECATIONS_HELPER=309
+ - SYMFONY_DEPRECATIONS_HELPER=322
20
21
matrix:
22
include:
23
+ - php: 5.6
24
+ env: DEPS=dev
25
- php: 5.3
26
env: COMPOSER_FLAGS="--prefer-lowest"
27
- php: 5.6
28
env: SYMFONY_VERSION=2.3.*
29
30
env: SYMFONY_VERSION=2.7.*
- - php: 5.6
- env: DEPS=dev
31
fast_finish: true
32
33
before_install:
0 commit comments