From 1483ce936bbd8491a58d40be59ed8976efe19485 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 6 Aug 2014 08:51:53 +0100 Subject: [PATCH] Fizzfuzz is lowercase now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24f7e6a3..2487994f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ before_script: script: - mkdir -p build/logs - phpunit --coverage-text - - ./vendor/bin/FizzFuzz run tests/fuzz \ No newline at end of file + - ./vendor/bin/fizzfuzz run tests/fuzz \ No newline at end of file