Skip to content

Commit e3f08a3

Browse files
author
Daniel Gomes
committed
no need to have COMPOSER_FLAGS
1 parent 37fa0c8 commit e3f08a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ php:
1717

1818
matrix:
1919

20-
env:
21-
global:
22-
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
23-
2420
before_script:
25-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
21+
- travis_retry composer update --prefer-stable --prefer-lowest --no-interaction --prefer-dist
2622

2723
addons:
2824
sonarcloud:

0 commit comments

Comments
 (0)