Simplify Travis config file to get it working.
This commit is contained in:
parent
2890e3cd33
commit
a404154b2c
@ -2,12 +2,3 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
before_script:
|
|
||||||
- composer selfupdate --quiet
|
|
||||||
- composer install --dev
|
|
||||||
- vendor/phpunit/phpunit/composer/bin/phpunit
|
|
||||||
- composer update --dev
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
irc: "irc.freenode.org#garyj"
|
|
Loading…
Reference in New Issue
Block a user