summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ae28e63efb8..b367bd74d92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -591,7 +591,9 @@ script:
export CFLAGS="$CFLAGS -isystem`pwd`";
- ./autogen.sh --enable-debug
+ mkdir build &&
+ cd build &&
+ ../autogen.sh --enable-debug
$LIBUNWIND_FLAGS
$DRI_LOADERS
--with-dri-drivers=$DRI_DRIVERS