1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Remove ruby from travis build

This commit is contained in:
James Booth 2014-02-23 04:03:32 +00:00
parent 452ea8a4bf
commit 7ec99f7288

View File

@ -3,7 +3,7 @@ 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
- sudo dpkg --get-selections | grep ruby
- sudo apt-get remove ruby1.9.1 ruby1.9.3 libruby1.9.1
- sudo apt-get remove ruby1.9.1 ruby1.9.3 libruby1.9.1 ruby
- sudo apt-get -y install autoconf-archive python-dev ruby1.8-dev libruby1.8 liblualib50 liblua50
- sudo dpkg --get-selections | grep ruby
- ./bootstrap.sh