Removed codesniffer from builds

Already partially replaced by Scrutinizer CI
This commit is contained in:
Ingo Schommer 2014-08-11 22:54:33 +12:00
parent 1eb06177bb
commit 2ed6df4498

View File

@ -14,7 +14,6 @@ matrix:
env: DB=MYSQL CORE_RELEASE=master
before_script:
- pear -q install --onlyreqdeps pear/PHP_CodeSniffer
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
@ -22,4 +21,3 @@ before_script:
script:
- phpunit translatable/tests/
- phpcs --encoding=utf-8 --tab-width=4 --standard=translatable/tests/phpcs -np translatable