From: Tobias Markus Date: Sat, 14 Feb 2015 15:26:32 +0000 (+0100) Subject: Clean from previous travis build before starting new one X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=79e34a1f2a55c2b7cdb74b2f12053dfe141ceba9 Clean from previous travis build before starting new one --- diff --git a/.travis.yml b/.travis.yml index 364a1c880..66dfc759d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ before_install: - (cd SDL2_image-$SDL2IMAGE_VERSION && ./configure --prefix=/usr && make -j5 && sudo make install) script: + # Clean from previous Travis build +- git clean -f # First a debug build: - mkdir build-debug - cd build-debug