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