Skip to content
Snippets Groups Projects
Commit 5572cf07 authored by Demian Katz's avatar Demian Katz
Browse files

Workaround for broken build.

parent 571dc207
No related merge requests found
...@@ -7,7 +7,8 @@ env: ...@@ -7,7 +7,8 @@ env:
- VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local - VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local
before_script: before_script:
- pear install pear/PHP_CodeSniffer # Note: locked phpcs to 2.3.4 due to a bug in 2.4.0; can relax restriction after next release.
- pear install pear/PHP_CodeSniffer-2.3.4
- pear channel-discover pear.phing.info - pear channel-discover pear.phing.info
- pear install phing/phing - pear install phing/phing
- composer global require fabpot/php-cs-fixer - composer global require fabpot/php-cs-fixer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment