diff --git a/.travis.yml b/.travis.yml index 625062e..e771fbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file