diff options
author | James Booth <boothj5@gmail.com> | 2014-02-23 03:03:29 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-23 03:03:29 +0000 |
commit | e5787b95047ba0212b4bb798271bc4909a1ed237 (patch) | |
tree | 4d7da7bd780a094332f3c5cd7f7530c26705c0b0 | |
parent | 24784d9ea614383a725f198e49b00a2e7d0a6f88 (diff) | |
download | profani-tty-e5787b95047ba0212b4bb798271bc4909a1ed237.tar.gz |
Added dependencies to travis build
-rw-r--r-- | .travis.yml | 14 |
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 |