Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9b8f9d5

Browse files
committed
updated travis yml
1 parent a2d6faa commit 9b8f9d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ before_install:
7070

7171
install:
7272
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
73-
- if [[ $DEPS == 'lowest' ] && [ $TRAVIS_PHP_VERSION !~ ^5.6 ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
74-
- if [[ $DEPS == 'lowest' ] && [ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
73+
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
7574
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
76-
- if [[ $DEPS == 'locked' ]]; then travis_retry composer install $COMPOSER_ARGS ; fi
77-
- if [[ $DEPS == 'locked' ] && [ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer install $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
75+
- travis_retry composer install $COMPOSER_ARGS
76+
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]; then travis_retry composer install $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
7877
- composer show --installed
7978

8079
script:

0 commit comments

Comments
 (0)