From 283f84d96a92b702d89119c68ceba8c36061df60 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 29 Oct 2017 12:19:50 +0100 Subject: [PATCH] Hopefully fixing the travis script --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe16737..1796820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,13 @@ install: - make -j8 - make install - cd $DEVKITTMP -- rm * +- rm -rf * - git clone https://github.com/Maschell/libutils.git - cd libutils - make -j8 - make install - cd $DEVKITTMP -- rm * +- rm -rf * - git clone https://github.com/Maschell/libgui.git - cd libgui/libs - 7z x -y portlibs.zip @@ -63,7 +63,7 @@ install: - make -j8 - make install - cd $DEVKITTMP -- rm * +- rm -rf * - cd $DEVKITPRO before_script: