From e78436c9831ec0720d34f720f5c03e1f476e1a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sat, 15 Nov 2014 14:37:41 +0100 Subject: [PATCH] .travis.yml - update php-cs-fixer download center --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3652c44..154f656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php install: - - curl http://cs.sensiolabs.org/get/php-cs-fixer.phar -o php-cs-fixer.phar + - curl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixer.phar script: - phpunit