[cleanup/files] Remove redis from board3 directory to fix codesniffer

This commit is contained in:
Marc Alexander
2013-10-29 17:34:49 +01:00
parent 7e65259d6f
commit 0215d30281

View File

@@ -28,6 +28,7 @@ before_script:
- travis/install-php-extensions.sh
- phpenv rehash
- sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi"
- rm -R -f phpredis
script:
- cd ../../../build