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 337df7f commit 42fdf2bCopy full SHA for 42fdf2b
.travis.yml
@@ -19,18 +19,14 @@ env:
19
20
matrix:
21
include:
22
- - php: 5.6
+ - php: 7.0
23
env: SYMFONY_VERSION=2.3.*
24
25
env: SYMFONY_VERSION=2.8.*
26
27
env: SYMFONY_VERSION=3.0.*
28
- php: 5.3
29
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
30
- allow_failures:
31
- - php: 7.0
32
- - env: SYMFONY_VERSION=2.8.*
33
- - env: SYMFONY_VERSION=3.0.*
34
fast_finish: true
35
36
before_install:
0 commit comments