From 49ecd40ba5716df6ecdfdb26b40f1718b8352667 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Tue, 4 Dec 2012 02:07:00 +0000 Subject: [PATCH] Undo travis config simplification, as tests have now passed in the meantime. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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