1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Change liblua-dev version in travis build

This commit is contained in:
James Booth 2014-05-27 00:06:08 +01:00
parent b82fe12e7d
commit ef6734beed

View File

@ -2,7 +2,7 @@ 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 autoconf-archive libgcrypt11-dev
- sudo apt-get -y install libtool python-dev lua5.2 liblua5.2-0-dev
- sudo apt-get -y install libtool python-dev lua5.2 liblua5.2-dev
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- ./bootstrap.sh