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 03:03:29 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 03:03:29 +0000
commite5787b95047ba0212b4bb798271bc4909a1ed237 (patch)
tree4d7da7bd780a094332f3c5cd7f7530c26705c0b0 /.travis.yml
parent24784d9ea614383a725f198e49b00a2e7d0a6f88 (diff)
downloadprofani-tty-e5787b95047ba0212b4bb798271bc4909a1ed237.tar.gz
Added dependencies to travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b28eb22b..e3d1d490 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,14 @@
 language: c
-install: ./bootstrap.sh
+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 libotr5-dev
+    - ./bootstrap.sh
+    - git clone git://github.com/strophe/libstrophe.git
+    - cd libstrophe
+    - ./bootstrap.sh
+    - ./configure
+    - make
+    - sudo make install
+    - cd ..
+    - rm -rf libstrophe
+    - ./bootstrap.sh