Skip to content

Commit 8ed898f

Browse files
committed
minor #997 Updated the Travis config (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #997). Discussion ---------- Updated the Travis config Commits ------- 42fc1d3 Updated the Travis config
2 parents 78b8f02 + 42fc1d3 commit 8ed898f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ matrix:
1818
- php: 7.1.18
1919
- php: 7.2
2020
- php: 7.3
21-
- php: nightly
21+
# 'php: nightly' is PHP 8.0
22+
- php: 7.4snapshot
2223
allow_failures:
23-
- php: nightly
24+
- php: 7.4snapshot
2425

2526
before_install:
26-
- '[[ "$TRAVIS_PHP_VERSION" == "nightly" ]] || phpenv config-rm xdebug.ini'
27+
- '[[ "$TRAVIS_PHP_VERSION" == "7.4snapshot" ]] || phpenv config-rm xdebug.ini'
2728
- composer self-update
2829

2930
install:
@@ -33,7 +34,7 @@ install:
3334
script:
3435
- ./bin/phpunit
3536
# this checks that the source code follows the Symfony Code Syntax rules
36-
- '[[ "$TRAVIS_PHP_VERSION" == "nightly" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
37+
- '[[ "$TRAVIS_PHP_VERSION" == "7.4snapshot" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
3738
# this checks that the YAML config files contain no syntax errors
3839
- ./bin/console lint:yaml config
3940
# this checks that the Twig template files contain no syntax errors

0 commit comments

Comments
 (0)