Commit 1bed4bed by Ben Patterson

Enable pa11ycrawler on pull requests. It will only fail the build if it totally breaks.

parent 0fe4611d
......@@ -21,6 +21,9 @@ SELENIUM_BROWSER=phantomjs paver test_a11y --with-xunitmp
echo "Generating coverage report..."
paver a11y_coverage
# Force the following if statement to always be true
RUN_PA11YCRAWLER=1
if [ "$RUN_PA11YCRAWLER" = "1" ]
then
# The settings that we use are installed with the pa11ycrawler module
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment