X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.travis.yml;h=66dfc759d1b22f8cb1a86fba1ead8a7db689885a;hb=16821f2758e779138ebfe71b17cbb77f1b1aaf38;hp=364a1c8808af8937b834a9027022be04a36af9d6;hpb=127e6d775e4fc85172791f9bca3b38b51e3aebb4;p=supertux.git 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