1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Remove libruby1.9.1 from travis build

This commit is contained in:
James Booth 2014-02-23 03:54:06 +00:00
parent 584161fcb1
commit 83c1668cc8

View File

@ -2,7 +2,7 @@ language: c
install: install:
- sudo apt-get update - 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 - sudo apt-get -y install libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr2-dev
- sudo apt-get remove ruby1.9.1 ruby1.9.3 - sudo apt-get remove ruby1.9.1 ruby1.9.3 libruby1.9.1
- sudo apt-get -y install autoconf-archive python-dev ruby1.8-dev libruby1.8 liblualib50 - sudo apt-get -y install autoconf-archive python-dev ruby1.8-dev libruby1.8 liblualib50
- ./bootstrap.sh - ./bootstrap.sh
- git clone git://github.com/strophe/libstrophe.git - git clone git://github.com/strophe/libstrophe.git