Przeglądaj źródła

.travis.yml - update php-cs-fixer download center

Dariusz Rumiński 11 lat temu
rodzic
commit
e78436c983
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.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