From 2c2e7f1bb152c0ef85dd26cd3a145926313a2f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Wed, 3 Sep 2014 14:36:54 +0200 Subject: [PATCH] Use WeeChat 1.0 on Travis. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b3a1dc..52479cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: c before_script: - # install libsodium (needed for libtoxcore) - _libsodium_version=0.7.0 + - _weechat_version=v1.0 + + # install libsodium (needed for libtoxcore) - git clone git://github.com/jedisct1/libsodium.git > /dev/null - pushd libsodium - git checkout tags/${_libsodium_version} > /dev/null @@ -24,6 +26,7 @@ before_script: # install weechat - git clone git://github.com/weechat/weechat > /dev/null - pushd weechat + - git checkout tags/${_weechat_version} > /dev/null - mkdir build && cd build - cmake .. -DPREFIX=/usr > /dev/null - make -j3 > /dev/null