Skip to content

Commit 32e6d50

Browse files
committed
fix travis.
1 parent 0bcdc5f commit 32e6d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ git:
66
language: php
77

88
matrix:
9+
allow_failures:
10+
- php: 7.1
11+
services: docker
12+
env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
913
include:
1014
- php: 5.6
1115
env: SYMFONY_VERSION=2.8.* UNIT_TESTS=true
@@ -31,10 +35,6 @@ matrix:
3135
- php: 7.1
3236
services: docker
3337
env: SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true
34-
allow_failures:
35-
- php: 7.1
36-
services: docker
37-
env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
3838

3939
cache:
4040
directories:

0 commit comments

Comments
 (0)