mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-06 13:39:34 -05:00
.travis.yml: use phpcs 2.x to keep 5.3 supported
This commit is contained in:
parent
5dfe4782ea
commit
75a0da12fe
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue