Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 15, 2020
1 parent 0e752e4 commit 5fedaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

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

install:
Expand Down

0 comments on commit 5fedaf8

Please sign in to comment.