From a404154b2cc66c5eef948e6c29920b4539be8740 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Tue, 4 Dec 2012 02:02:40 +0000 Subject: [PATCH] Simplify Travis config file to get it working. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cde366..625062e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,3 @@ 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" \ No newline at end of file