mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
Removed codesniffer from builds
Already partially replaced by Scrutinizer CI
This commit is contained in:
parent
1eb06177bb
commit
2ed6df4498
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user