Script additions in Travis YML.
This commit is contained in:
parent
0ad9378b90
commit
019092b77b
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@ language: php
|
||||||
php:
|
php:
|
||||||
- "5.5"
|
- "5.5"
|
||||||
- "5.4"
|
- "5.4"
|
||||||
- "5.3"
|
- "5.3"
|
||||||
|
before_script: composer update
|
||||||
|
script: php vendor/bin/phpunit
|
Loading…
Add table
Add a link
Reference in a new issue