about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-06 23:07:40 +0100
committerJames Booth <boothj5@gmail.com>2014-09-06 23:07:40 +0100
commit72a364b65c8b617fe7527c2f38c24f71d5f69cd9 (patch)
treefd02049f343d9a47c1296ae51965e0557a8bf098 /.travis.yml
parent05bff31bb34b7a1cc509e5015897079651f22265 (diff)
downloadprofani-tty-72a364b65c8b617fe7527c2f38c24f71d5f69cd9.tar.gz
Added --prefix=/usr to libstrophe build in travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b4350a9..200d4476 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ install:
     - git clone git://github.com/strophe/libstrophe.git
     - cd libstrophe
     - ./bootstrap.sh
-    - ./configure
+    - ./configure --prefix=/usr
     - make
     - sudo make install
     - cd ..