From 75a0da12fee9cac24a49122e84827cf073e8e018 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 1 Jun 2017 12:07:43 +0200 Subject: [PATCH] .travis.yml: use phpcs 2.x to keep 5.3 supported --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f4ae7e..32e9d11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,9 @@ php: - nightly before_script: - - curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar + # TODO: Re-enable after dropping 5.3 support: + # - curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar + - curl -OL https://github.com/squizlabs/PHP_CodeSniffer/releases/download/2.9.1/phpcs.phar - wget https://github.com/Icinga/icingaweb2/archive/v2.4.0.tar.gz - tar xfz v2.4.0.tar.gz - ln -s icingaweb2-2.4.0/library/Icinga