Skip to content

Commit 44b13d8

Browse files
committed
[travis] add top level envs.
1 parent 32e6d50 commit 44b13d8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ git:
55

66
language: php
77

8+
env:
9+
810
matrix:
9-
allow_failures:
10-
- php: 7.1
11-
services: docker
12-
env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
1311
include:
1412
- php: 5.6
1513
env: SYMFONY_VERSION=2.8.* UNIT_TESTS=true
@@ -35,6 +33,10 @@ matrix:
3533
- php: 7.1
3634
services: docker
3735
env: SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true
36+
allow_failures:
37+
- php: 7.1
38+
services: docker
39+
env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true
3840

3941
cache:
4042
directories:

0 commit comments

Comments
 (0)