Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit50c4bd3

Browse files
michalbundyraweierophinney
authored andcommitted
Updated Travis CI config
- removed composer self update- added travis_retry on uploading coverage to coveralls
1 parentf82f4a5 commit50c4bd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ matrix:
5656

5757
before_install:
5858
-if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
59-
-travis_retry composer self-update
6059

6160
install:
6261
-travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
@@ -71,7 +70,7 @@ script:
7170
-if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
7271

7372
after_script:
74-
-if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi
73+
-if [[ $TEST_COVERAGE == 'true' ]]; thentravis_retry phpvendor/bin/php-coveralls -v ; fi
7574

7675
notifications:
7776
email:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp