This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ matrix:
26
26
env :
27
27
- DEPS=locked
28
28
- TEST_COVERAGE=true
29
- - EXECUTE_DOC_CHECK=true
30
29
- php : 5.6
31
30
env :
32
31
- DEPS=latest
32
+ - EXECUTE_DOC_CHECK=true
33
33
- php : 7
34
34
env :
35
35
- DEPS=lowest
@@ -61,11 +61,10 @@ before_install:
61
61
- if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini ; fi
62
62
63
63
install :
64
-
64
+ - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
65
+ - if [[ $EXECUTE_DOC_CHECK == 'true' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS phly/bookdown2mkdocs ; fi
65
66
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
66
67
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
67
- - if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS satooshi/php-coveralls:^1.0 ; fi
68
- - if [[ $EXECUTE_DOC_CHECK == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS phly/bookdown2mkdocs ; fi
69
68
- travis_retry composer install $COMPOSER_ARGS
70
69
- composer show
71
70
You can’t perform that action at this time.
0 commit comments