Skip to content

Commit 5fedaf8

Browse files
Fix .travis.yml
1 parent 0e752e4 commit 5fedaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
before_install:
2626
- ([[ $TRAVIS_PHP_VERSION = nightly ]] && composer config platform.php 7.4.99 || true)
27-
- [[ $TRAVIS_PHP_VERSION = nightly ]] && export SYMFONY_PHPUNIT_VERSION=8.5
27+
- if [[ $TRAVIS_PHP_VERSION = nightly ]]; then export SYMFONY_PHPUNIT_VERSION=8.5; fi
2828
- composer validate
2929

3030
install:

0 commit comments

Comments
 (0)