diff options
| author | hathach <[email protected]> | 2013-05-09 15:35:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 15:35:39 +0700 |
| commit | 0871daea383f54f32ee0c1aafbfb708c15631287 (patch) | |
| tree | 0b7a66b35d229837cad5fd846a9ce0310e685fd7 | |
| parent | 89cb9aec5bb77de227327717836fd7df783cd565 (diff) | |
mkdir build before run test
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 12dbdcf26..f67a854c9 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 |
