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:
parent
b82fe12e7d
commit
ef6734beed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user