1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 11:43:11 +02:00

Travis-CI: more adjustments for OSX

This commit is contained in:
Bram Matthys
2018-04-25 21:55:08 +02:00
parent 64367d5d4c
commit f615b6fa54
+5 -3
View File
@@ -13,8 +13,6 @@ set -x
if [[ "$OSTYPE" == "darwin"* ]]; then
brew install git || true
brew install python || true
brew install rake || true
brew install gem || true
else
sudo apt-get install git python rake -y
sudo gem install bundler
@@ -25,7 +23,11 @@ git clone https://github.com/unrealircd/ircfly.git
cd ircfly
bundle install
rake build
sudo rake install
if [[ "$OSTYPE" == "darwin"* ]]; then
rake install
else
sudo rake install
fi
cd ..
# Install 'unrealircd-tests'