Undo travis config simplification, as tests have now passed in the meantime.
This commit is contained in:
parent
a404154b2c
commit
49ecd40ba5
@ -2,3 +2,11 @@ language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_script:
|
||||
- composer selfupdate --quiet
|
||||
- composer install --dev
|
||||
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#garyj"
|
Loading…
Reference in New Issue
Block a user