Removed coveralls and phpcs testing

This commit is contained in:
Alex Bilbie 2014-08-06 08:47:28 +01:00
parent ca1b977786
commit 661086d3b8

View File

@ -23,8 +23,4 @@ before_script:
script:
- mkdir -p build/logs
- phpunit --coverage-text
- ./vendor/bin/FizzFuzz run tests/fuzz
- ./vendor/bin/phpcs src --standard=psr2
after_script:
- php vendor/bin/coveralls
- ./vendor/bin/FizzFuzz run tests/fuzz