Skip to content

Commit 4ea5fe2

Browse files
committed
MQE-531: Unit and Verification tests do not run with MFTF PR
- run checks in parallel
1 parent 3b6581b commit 4ea5fe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ php:
33
- 7.0
44
- 7.1
55
install: composer install --no-interaction --prefer-source
6+
matrix:
7+
- VERIFICATION_TOOL=copyright-check
8+
- VERIFICATION_TOOL=phpunit-checks
9+
- VERIFICATION_TOOL=static-checks
610
script:
7-
- bin/all-checks
11+
- bin/$VERIFICATION_TOOL

0 commit comments

Comments
 (0)