Updated .travis.yml to use FizzFuzz

This commit is contained in:
Alex Bilbie 2014-08-04 15:28:04 +01:00
parent 90e585ba9a
commit f046a024e4

View File

@ -23,7 +23,7 @@ before_script:
script: script:
- mkdir -p build/logs - mkdir -p build/logs
- phpunit --coverage-text - phpunit --coverage-text
- ./vendor/bin/codecept run resourceServer -d - ./vendor/bin/FizzFuzz run tests/fuzz
- ./vendor/bin/phpcs src --standard=psr2 - ./vendor/bin/phpcs src --standard=psr2
after_script: after_script: