Add travis config file
This commit is contained in:
parent
87a4b17394
commit
391a3f2a91
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
- 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