Skip to content

Commit 1f2861b

Browse files
committed
Setting travis to use the phpunit included in the require-dev stack.
1 parent f187919 commit 1f2861b

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 @@ before_script:
1414

1515
script:
1616
- mkdir -p build/logs
17-
- phpunit -c phpunit.xml.dist
17+
- ./vendor/bin/phpunit -c phpunit.xml.dist
1818

1919
after_script:
2020
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)