We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2646fe commit 32eb83bCopy full SHA for 32eb83b
.travis.yml
@@ -20,7 +20,7 @@ matrix:
20
# Test the latest stable release
21
- php: 7.1
22
- php: 7.2
23
- env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="satooshi/php-coveralls:^2.1"
+ env: COVERAGE=true TEST_COMMAND="phpunit --coverage-clover build/logs/clover.xml" DEPENDENCIES="php-coveralls/php-coveralls:^2.1"
24
25
# Test LTS versions
26
0 commit comments