Skip to content

Commit a8dbc40

Browse files
committed
Removed minimum stability
1 parent 56972b9 commit a8dbc40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ matrix:
8282
- PREFER=""
8383
- BEHAT_SUITE=cli
8484
- SYMFONY_VERSION=^5.0
85-
- MINIMUM_STABILITY=dev
8685

8786
before_script:
8887
- composer self-update
89-
- if [[ "$MINIMUM_STABILITY" ]]; then composer config minimum-stability $MINIMUM_STABILITY ; fi
9088
- composer require "symfony/symfony" "$SYMFONY_VERSION" --no-update
9189
- composer update $PREFER
9290
- bash tests/bin/travis_jackrabbit.sh

0 commit comments

Comments
 (0)