Skip to content

Commit bfdd064

Browse files
Nyholmjaviereguiluz
authored andcommitted
Fixed minor things
1 parent 3e2b876 commit bfdd064

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

bundles/best_practices.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,11 @@ test latest beta release. Here is a recommended configuration file (``.travis.ym
206206
env: DEPENDENCIES="symfony/lts:^3"
207207
208208
# Latest commit to master
209-
- php: 7.2
210-
env: STABILITY="dev"
209+
- env: STABILITY="dev"
211210
212211
allow_failures:
213-
# Latest beta is allowed to fail.
214-
- php: 7.2
215-
env: STABILITY="dev"
212+
# Dev-master is allowed to fail.
213+
- env: STABILITY="dev"
216214
217215
before_install:
218216
- composer require --no-update "symfony/phpunit-bridge:^3.3 || ^4"

0 commit comments

Comments
 (0)