Travis-CI: no comment

This commit is contained in:
Bram Matthys 2019-01-18 14:24:19 +01:00
parent 8a9971618f
commit 3bacb28555
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -18,6 +18,13 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
gem install rspec || true
else
sudo apt-get install git python rake -y
echo ARGH
ruby --version
gem --version
gem update --system
echo END OF ARGH
gem install bundler -v "~>1.0"
fi