WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9dbc83d

Browse files
committed
Adding PHP 7.4 testing, remove git diff test.
1 parent 9bc652c commit 9dbc83d

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
@@ -3,6 +3,12 @@ language: php
33
# @see https://pantheon.io/blog/highest-lowest-testing-multiple-symfony-versions
44
matrix:
55
include:
6+
- php: 7.4
7+
# Resolves to Symfony 5.
8+
env: 'HIGHEST_LOWEST="update"'
9+
- php: 7.3
10+
# Resolves to Symfony 5.
11+
env: 'HIGHEST_LOWEST="update"'
612
- php: 7.2
713
# Resolves to Symfony 5.
814
env: 'HIGHEST_LOWEST="update"'
@@ -27,10 +33,6 @@ install:
2733
- composer validate --no-check-all --ansi
2834
- 'composer -n ${HIGHEST_LOWEST-install} --prefer-dist -o'
2935

30-
before_script:
31-
# Verify that no git diffs (caused by line ending variation) exist.
32-
- git diff --exit-code
33-
3436
script:
3537
- composer test
3638

0 commit comments

Comments
 (0)