Script additions in Travis YML.

This commit is contained in:
Peter Breuls 2013-05-29 19:16:35 +02:00
parent 0ad9378b90
commit 019092b77b

View file

@ -3,3 +3,5 @@ php:
- "5.5" - "5.5"
- "5.4" - "5.4"
- "5.3" - "5.3"
before_script: composer update
script: php vendor/bin/phpunit