Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit c00300d

Browse files
fix phpunit causing travis to fail build
1 parent da2ef79 commit c00300d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ php:
88
- nightly
99

1010
before_script:
11-
- composer install
11+
- composer install
12+
13+
script: ./vendor/bin/phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)