Skip to content

Commit d3a2870

Browse files
committed
MQE-601: PHPUnit Integration for MFTF
- Tweak travis.yml
1 parent 1ce05f7 commit d3a2870

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ php:
55
install: composer install --no-interaction --prefer-source
66
env:
77
matrix:
8-
- VERIFICATION_TOOL=copyright-check
98
- VERIFICATION_TOOL=phpunit-checks
109
- VERIFICATION_TOOL=static-checks
1110
script:
1211
- bin/$VERIFICATION_TOOL
13-
after_script:
14-
- if [ $VERIFICATION_TOOL == "phpunit-checks" ]; then php vendor/bin/codacycoverage phpunit; fi

0 commit comments

Comments
 (0)