1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 04:26:38 +02:00

Fix Travis-CI

This commit is contained in:
Bram Matthys
2018-05-18 18:52:40 +02:00
parent b597999a34
commit 39e2d88f6c
+1 -1
View File
@@ -17,7 +17,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
gem install rake || true
gem install rspec || true
else
sudo apt-get install git python rake -y
sudo apt-get install git python -y
sudo gem install bundler
fi