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 21:06:09 +0100
committerJames Booth <boothj5@gmail.com>2014-09-30 21:06:09 +0100
commit3dc14a834259dd3b3584931bb4d4e8ea5f079690 (patch)
tree24b5c54ffdc4f4260e82707375130025ce19af4c /.travis.yml
parent38b58b7a6172ef1ef81e20f3c7340781255d369d (diff)
downloadprofani-tty-3dc14a834259dd3b3584931bb4d4e8ea5f079690.tar.gz
travis: added m4 dir for libstrophe
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..c87d68b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ install:
     - sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
     - git clone git://github.com/strophe/libstrophe.git
     - cd libstrophe
+    - mkdir m4
     - ./bootstrap.sh
     - ./configure --prefix=/usr
     - make