From 6c148c124ee7343f5df50453551ab660a7d2dac2 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 4 Oct 2014 11:10:59 -0400 Subject: [PATCH] Added self-update to the travis build Making this a standard thing in my travis scripts because it seems they let the version go stale pretty regularly. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 281f474..61a281d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ services: - redis install: + - composer self-update - composer install before_script: