@@ -9,31 +9,33 @@ matrix:
9
9
include :
10
10
- php : 5.6
11
11
env : SYMFONY_VERSION=2.8.* UNIT_TESTS=true
12
- - php : 7.1
13
- env : SYMFONY_VERSION=3.0.* PHPSTAN=true
14
- - php : 7.1
15
- env : SYMFONY_VERSION=3.0.* PHP_CS_FIXER=true
16
- - php : 7.0
17
- env : SYMFONY_VERSION=2.8.* UNIT_TESTS=true
18
- - php : 5.6
19
- env : SYMFONY_VERSION=3.0.* UNIT_TESTS=true
20
- - php : 7.0
21
- env : SYMFONY_VERSION=3.0.* UNIT_TESTS=true
22
- - php : 7.1
23
- services : docker
24
- env : SYMFONY_VERSION=2.8.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
25
- - php : 7.1
26
- services : docker
27
- env : SYMFONY_VERSION=3.0.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
28
- - php : 7.1
29
- services : docker
30
- env : SYMFONY_VERSION=3.2.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
31
- - php : 7.1
32
- services : docker
33
- env : SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
12
+ # - php: 7.1
13
+ # env: SYMFONY_VERSION=3.0.* PHPSTAN=true
14
+ # - php: 7.1
15
+ # env: SYMFONY_VERSION=3.0.* PHP_CS_FIXER=true
16
+ # - php: 7.0
17
+ # env: SYMFONY_VERSION=2.8.* UNIT_TESTS=true
18
+ # - php: 5.6
19
+ # env: SYMFONY_VERSION=3.0.* UNIT_TESTS=true
20
+ # - php: 7.0
21
+ # env: SYMFONY_VERSION=3.0.* UNIT_TESTS=true
22
+ # - php: 7.1
23
+ # services: docker
24
+ # env: SYMFONY_VERSION=2.8.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
25
+ # - php: 7.1
26
+ # services: docker
27
+ # env: SYMFONY_VERSION=3.0.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
28
+ # - php: 7.1
29
+ # services: docker
30
+ # env: SYMFONY_VERSION=3.2.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
31
+ # - php: 7.1
32
+ # services: docker
33
+ # env: SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
34
34
- php : 7.1
35
35
services : docker
36
36
env : SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true PREPARE_CONTAINER=true
37
+ allow_failures :
38
+ - env : SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true PREPARE_CONTAINER=true
37
39
38
40
cache :
39
41
directories :
@@ -54,7 +56,7 @@ script:
54
56
- if [ "$PHP_CS_FIXER" = true ]; then ./bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no --path-mode=intersection -- "${COMMIT_SCA_FILES[@]}"; fi
55
57
- if [ "$UNIT_TESTS" = true ]; then bin/phpunit --exclude-group=functional; fi
56
58
- if [ "$FUNCTIONAL_TESTS" = true ]; then bin/run-fun-test.sh --exclude-group=rdkafka; fi
57
- - if [ "RDKAFKA_TESTS" = true ]; then bin/run-fun-test.sh --group=rdkafka || true ; fi
59
+ - if [ "RDKAFKA_TESTS" = true ]; then bin/run-fun-test.sh --group=rdkafka; fi
58
60
59
61
notifications :
60
62
webhooks :
0 commit comments