Merge pull request #5807 from atm-florian/develop

FIX  : travis new ruselset.xml path
This commit is contained in:
Juanjo Menent 2016-09-28 16:57:06 +02:00 committed by GitHub
commit b1aa4d01d6

View File

@ -257,7 +257,7 @@ script:
# Ensure we catch errors
set -e
# Exclusions are defined in the ruleset.xml file
phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/codesniffer/ruleset.xml --encoding=utf-8 .
phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
set +e
echo