about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-17 00:56:21 +0100
committerJames Booth <boothj5@gmail.com>2014-09-17 00:56:21 +0100
commit2a555157c3529094b51442dd9e8ecd6b41cac0b1 (patch)
tree3d5fcc093972d1fee13e7451424b707a101a30c5 /.travis.yml
parente2f37600dba1c64b1a19df503c923495ae2cd4c2 (diff)
downloadprofani-tty-2a555157c3529094b51442dd9e8ecd6b41cac0b1.tar.gz
Added prefix to travis libstrophe configure
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 ..