1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 17:53:14 +02:00

I give up. Test framework will no longer run on Travis-CI, ruby is broken.

This commit is contained in:
Bram Matthys
2019-03-09 15:38:08 +01:00
parent b396dc3c20
commit 872830bdf2
3 changed files with 4 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ dist: xenial
compiler:
- clang
- gcc
script: extras/build-tests/nix/run-tests $BUILDCONFIG
script: extras/build-tests/nix/build $BUILDCONFIG
env:
- BUILDCONFIG=""
- BUILDCONFIG="system-cares"
+3 -3
View File
@@ -53,6 +53,6 @@ fi
echo ""
echo ""
echo "Now running UnrealIRCd test framework..."
set -x
extras/build-tests/nix/run-tests
#echo "Now running UnrealIRCd test framework..."
#set -x
#extras/build-tests/nix/run-tests
-21
View File
@@ -18,27 +18,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
gem install rspec || true
else
sudo apt-get install git python rake -y
set +e
echo "VERSIONS:"
ruby --version
rvm list rubies
ls -ald /usr/bin/ruby* /usr/local/bin/ruby*
dpkg --list|grep ruby
gem --version
# And an attempt to fix things on Travis-CI
# (apparently there are mixed python psych .so versions)
rvm uninstall 2.5.3
rvm uninstall 2.4.5
#rvm use system
rvm alias create default 2.3.8
rvm reset
rvm alias create default 2.3.8
rvm list
sudo apt-get install ruby-dev -y
set -e
gem --version
gem install bundler -v "~>1.0"
fi