From 296a94bb10683755349b103fbd7f704600d22f25 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 9 May 2013 15:42:41 -0700 Subject: [PATCH] Update composer on every travis run as the installed one seems to frequently be out of date --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 54e91fe..fa9db35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 before_install: + - composer self-update - composer install - pyrus install pear/PHP_CodeSniffer - phpenv rehash