1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 16:33:13 +02:00

Travis-CI: ..or without sudo..

I really love this..
This commit is contained in:
Bram Matthys
2019-01-18 14:05:45 +01:00
parent 3e3da94a41
commit 8a9971618f
+1 -1
View File
@@ -18,7 +18,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
gem install rspec || true
else
sudo apt-get install git python rake -y
sudo gem install bundler -v "~>1.0"
gem install bundler -v "~>1.0"
fi
# Install 'ircfly'