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

Commit d47fb97

Browse files
kokspflanzeweierophinney
authored andcommitted
readded latest_deps
1 parent a2a3289 commit d47fb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
- COMPOSER_ARGS="--no-interaction"
1313
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1414
- LEGACY_DEPS="phpunit/phpunit"
15+
- LATEST_DEPS="zendframework/zend-mvc-plugin-flashmessenger zendframework/zend-mvc-i18n zendframework/zend-mvc-console"
1516

1617
matrix:
1718
include:
@@ -73,6 +74,7 @@ before_install:
7374
install:
7475
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
7576
- if [[ $TRAVIS_PHP_VERSION =~ ^5.6 ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
77+
- if [[ $DEPS == 'latest' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS $LATEST_DEPS ; fi
7678
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
7779
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
7880
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi

0 commit comments

Comments
 (0)