about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 04:39:48 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 04:39:48 +0000
commit04fee7f7230f2cc1f0c1c732e6e47f68b48cbb7e (patch)
tree50452b66a305bc28eb6b72688454f02a9491851e /.travis.yml
parente4120e144cec4668a62bf464a1224f227c01ca69 (diff)
downloadprofani-tty-04fee7f7230f2cc1f0c1c732e6e47f68b48cbb7e.tar.gz
Removed redundant bootstrap call for travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3765ce98..97822760 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: c
 install:
     - sudo apt-get update
     - sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
-    - ./bootstrap.sh
     - git clone git://github.com/strophe/libstrophe.git
     - cd libstrophe
     - ./bootstrap.sh