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 32e6d50 commit 44b13d8Copy full SHA for 44b13d8
.travis.yml
@@ -5,11 +5,9 @@ git:
5
6
language: php
7
8
+env:
9
+
10
matrix:
- allow_failures:
- - php: 7.1
11
- services: docker
12
- env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
13
include:
14
- php: 5.6
15
env: SYMFONY_VERSION=2.8.* UNIT_TESTS=true
@@ -35,6 +33,10 @@ matrix:
35
33
- php: 7.1
36
34
services: docker
37
env: SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true
+ allow_failures:
+ - php: 7.1
38
+ services: docker
39
+ env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
40
41
cache:
42
directories:
0 commit comments