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 3a3f938 commit 2f76914Copy full SHA for 2f76914
.travis.yml
@@ -13,17 +13,15 @@ cache:
13
- $HOME/.composer/cache/files
14
15
env:
16
- - SYMFONY_VERSION=3.0.*
+ - SYMFONY_VERSION=3.2.*
17
18
matrix:
19
include:
20
- - php: 7.0
21
- env: DEPS=dev
+ - php: 7.1
+ env: SYMFONY_VERSION=3.3.* DEPS=dev
22
- php: 5.5
23
- env: COMPOSER_FLAGS="--prefer-lowest"
24
25
- env: SYMFONY_VERSION=2.8.*
26
+ env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
27
env: SYMFONY_VERSION=3.1.*
28
fast_finish: true
29
0 commit comments