Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 44ffe57

Browse files
author
anolilab
committed
remove check on travis
1 parent 879a5f3 commit 44ffe57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ php:
1010
matrix:
1111
include:
1212
- php: 5.6
13-
env: COLLECT_COVERAGE=true CHECK_CS=true
13+
env: CHECK_CS=true
1414
- php: 7.0
1515
allow_failures:
1616
- php: nightly
@@ -34,7 +34,7 @@ before_script:
3434

3535
script:
3636
- mkdir -p build/logs
37-
- if [[ "$COLLECT_COVERAGE" == "true" && "$IS_MERGE_TO_MASTER" == "true" ]]; then vendor/bin/phpunit -c phpunit.xml.dist --verbose; fi
37+
- if [[ "$IS_MERGE_TO_MASTER" == "true" ]]; then vendor/bin/phpunit -c phpunit.xml.dist --verbose; fi
3838
- if [[ "$CHECK_CS" == "true" ]]; then vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run; fi
3939

4040
after_script:

0 commit comments

Comments
 (0)