From 0871daea383f54f32ee0c1aafbfb708c15631287 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2013 15:35:39 +0700 Subject: [PATCH] mkdir build before run test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12dbdcf2..f67a854c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: c compiler: - gcc -script: cd tests/ && rake verbosity[4] test:all --trace \ No newline at end of file +script: cd tests/ && mkdir build && rake verbosity[4] test:all --trace \ No newline at end of file