about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-30 20:57:32 +0100
committerJames Booth <boothj5@gmail.com>2014-09-30 20:57:32 +0100
commit5d9a7ec36c7dded1ca21a1ff7472c299ceaf0d7e (patch)
tree6e2961247116680692258f51e48c6d583b143f51 /.travis.yml
parentfbeb107cbeff39a04b26daf60c70f98c7c58cb5c (diff)
downloadprofani-tty-5d9a7ec36c7dded1ca21a1ff7472c299ceaf0d7e.tar.gz
Fix travis build by adding m4 dir
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 200d4476..0ce493f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,5 +20,6 @@ install:
     - sudo make install
     - cd ../..
     - rm -rf cmocka-0.4.1
+    - mkdir m4
     - ./bootstrap.sh
 script: ./configure && make && make check