Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #258 from localheinz/fix/phpunit
Browse files Browse the repository at this point in the history
Fix: Run phpunit as installed with Composer on Travis
  • Loading branch information
GeeH committed Dec 8, 2014
2 parents ef95ddc + e2db94a commit fdcdd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:

script:
- ./vendor/bin/phpcs --standard=./phpcs.xml -np --report=summary .
- phpunit
- ./vendor/bin/phpunit --configuration phpunit.xml

notifications:
irc: "irc.freenode.org#zftalk.modules"

0 comments on commit fdcdd3d

Please sign in to comment.