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

Commit 3c8ecf5

Browse files
authored
removed --no-update to make installation work
1 parent 1a5fa95 commit 3c8ecf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ notifications:
7575
before_install:
7676
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
7777
- composer self-update
78-
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
78+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev satooshi/php-coveralls ; fi
7979

8080
install:
8181
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi

0 commit comments

Comments
 (0)