about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-07 14:06:14 +0100
committerJames Booth <boothj5@gmail.com>2014-09-07 14:06:14 +0100
commit6ee8f8e4b5a3acf48c4845146b51426c142db42f (patch)
treed20fda0480e107c662cf9ce19162dd9fe5db128f /.travis.yml
parent85ccedd01cd111fd023b876dc793597576563c83 (diff)
downloadprofani-tty-6ee8f8e4b5a3acf48c4845146b51426c142db42f.tar.gz
Revert "Added --prefix=/usr to libstrophe build in travis config"
This reverts commit 72a364b65c8b617fe7527c2f38c24f71d5f69cd9.
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 200d4476..9b4350a9 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 --prefix=/usr
+    - ./configure
     - make
     - sudo make install
     - cd ..