mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-08 09:06:35 +02:00
install phpcs into build dir on travis
This commit is contained in:
@@ -41,11 +41,11 @@ before_script:
|
|||||||
|
|
||||||
# Install phpcs
|
# Install phpcs
|
||||||
- curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
|
- curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
|
||||||
- install --mode 0755 phpcs.phar $PWD/bin/phpcs
|
- install --mode 0755 phpcs.phar $PWD/build/bin/phpcs
|
||||||
|
|
||||||
# Install phpmd
|
# Install phpmd
|
||||||
#- wget -c http://static.phpmd.org/php/latest/phpmd.phar
|
#- wget -c http://static.phpmd.org/php/latest/phpmd.phar
|
||||||
#- install --mode 0755 phpmd.phar $PWD/bin/phpmd
|
#- install --mode 0755 phpmd.phar $PWD/build/bin/phpmd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user