From e9307a08d2d536a18311019393176fa39ee79ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benito=20Palacios=20S=C3=A1nchez?= Date: Tue, 6 Sep 2016 20:54:14 +0200 Subject: [PATCH] :green_heart: Remove old dependency from CI --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19da540..debfccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,21 +5,10 @@ solution: NitroDebugger.sln # Use the new Travis CI infrastructure sudo: false -# Handle git submodules yourself -git: - submodules: false - -# Use sed to replace the SSH URL with the public URL, then initialize submodules -before_install: - - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - - git submodule update --init --recursive - install: - - nuget restore libgame/libgame.sln - nuget restore NitroDebugger.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - - xbuild libgame/libgame.sln - xbuild NitroDebugger.sln - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe NitroDebugger.UnitTests/bin/Debug/NitroDebugger.UnitTests.dll