Skip to content

Commit 38aadeb

Browse files
added phpunit in vendor to .travis
1 parent 9bf4f50 commit 38aadeb

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
@@ -21,7 +21,7 @@ before_script:
2121
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-source; fi
2222
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-source; fi
2323

24-
script: phpunit -c tests/phpunit.xml.dist
24+
script: php vendor/bin/phpunit -c tests/phpunit.xml.dist
2525

2626
notifications:
2727
irc: "irc.freenode.org#jackalope"

0 commit comments

Comments
 (0)