Skip to content

Commit f1db8c9

Browse files
author
Felix Arntz
committed
Use PHPUnit config file correctly in Travis.
1 parent 82a58b6 commit f1db8c9

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
@@ -82,7 +82,7 @@ before_script:
8282
nvm install 8
8383
- npm install
8484
script:
85-
- phpunit
85+
- phpunit -c phpunit.xml.dist
8686
- |
8787
if [[ "$TRAVIS_PHP_VERSION" != "5.2" ]]; then
8888
npm test

0 commit comments

Comments
 (0)