Skip to content

Commit 0c469e0

Browse files
committed
Fix Travis tests
1 parent 7263322 commit 0c469e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install: travis_retry composer update --prefer-dist
2525

2626
script:
2727
- make phpcs
28-
- vendor/bin/phpunit
28+
- vendor/bin/simple-phpunit
2929
- make test-report
3030

3131
stages:

0 commit comments

Comments
 (0)