From 62835bea13c14c95c4309b297aef49e412bfab6b Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 17:05:14 -0500 Subject: [PATCH] Clean up debug stuff --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 434ec9e..11ab0f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,5 @@ script: - phpunit --colors --coverage-clover ../build/logs/clover.xml . after_success: - - ls -al ../build/logs - - cat ../build/logs/clover.xml - cd .. - php vendor/bin/coveralls --config .coveralls.yml -v