Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 96b5e3a

Browse files
Add support for php 7.4
1 parent d5e6640 commit 96b5e3a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ matrix:
2626
- php: 7.3
2727
sudo: false
2828
env: SYMFONY_VERSION=4.2.* UNIT_TESTS=true
29+
- php: 7.4snapshot
30+
sudo: false
31+
env: SYMFONY_VERSION=4.1.* UNIT_TESTS=true
32+
- php: 7.4snapshot
33+
sudo: false
34+
env: SYMFONY_VERSION=4.2.* UNIT_TESTS=true
2935
- php: 7.1
3036
services: docker
3137
sudo: required
@@ -66,12 +72,12 @@ script:
6672
- if [ "$UNIT_TESTS" = true ]; then bin/phpunit --exclude-group=functional; fi
6773
- if [ "$FUNCTIONAL_TESTS" = true ]; then bin/test.sh --exclude-group=rdkafka; fi
6874
- if [ "RDKAFKA_TESTS" = true ]; then bin/test.sh --group=rdkafka; fi
69-
75+
7076
notifications:
7177
webhooks:
7278
urls:
7379
- https://webhooks.gitter.im/e/3f8b3668e7792de23a49
74-
on_success: change
75-
on_failure: always
76-
on_start: never
80+
on_success: change
81+
on_failure: always
82+
on_start: never
7783

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /