Skip to content

Commit 01d4d6a

Browse files
committed
Attempt to fix phpunit error in travis
1 parent 1f9d8fa commit 01d4d6a

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
@@ -14,7 +14,7 @@ env:
1414
before_script:
1515
- composer require symfony/symfony:${SYMFONY_VERSION}
1616

17-
script: phpunit --coverage-text\
17+
script: phpunit
1818

1919
matrix:
2020
allow_failures:

0 commit comments

Comments
 (0)