diff options
author | James Booth <boothj5@gmail.com> | 2014-02-23 04:39:48 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-23 04:39:48 +0000 |
commit | 04fee7f7230f2cc1f0c1c732e6e47f68b48cbb7e (patch) | |
tree | 50452b66a305bc28eb6b72688454f02a9491851e | |
parent | e4120e144cec4668a62bf464a1224f227c01ca69 (diff) | |
download | profani-tty-04fee7f7230f2cc1f0c1c732e6e47f68b48cbb7e.tar.gz |
Removed redundant bootstrap call for travis build
-rw-r--r-- | .travis.yml | 1 |
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 |