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

Commit 26c1db6

Browse files
committed
Move coveralls execution to latest-env
Use stable version of php-coveralls
1 parent 393e932 commit 26c1db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ matrix:
4040
- DEPS=lowest
4141
- php: 5.6
4242
env:
43-
- EXECUTE_TEST_COVERALLS=true
4443
- DEPS=locked
4544
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
4645
- PATH="$HOME/.local/bin:$PATH"
4746
- php: 5.6
4847
env:
4948
- DEPS=lastest
49+
- EXECUTE_TEST_COVERALLS=true
5050
- php: 7
5151
env:
5252
- DEPS=lowest
@@ -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 satooshi/php-coveralls ; fi
78+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev satooshi/php-coveralls:^1.0 ; fi
7979

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

0 commit comments

Comments
 (0)