From 8577dac908b6424156679fe0419c34cd340781f3 Mon Sep 17 00:00:00 2001 From: Nico Rusam Date: Tue, 28 Aug 2018 14:30:21 +0200 Subject: [PATCH] travis test#2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af820c4..990d63e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: script: - dotnet build csharp_cryptoexamples.sln - sonar-scanner - - dotnet test ./csharp-cryptoexamplesTest/csharp_cryptoexamplesTest.csproj + - dotnet test /home/travis/build/cryptoexamples/csharp-cryptoexamples/csharp_cryptoexamplesTest/csharp_cryptoexamplesTest.csproj # - xbuild /p:Configuration=Release csharp_cryptoexamples.sln # - dotnet ./testrunner/xunit.runners.2.0.0/tools/xunit.console.clr4.exe ./csharp-cryptoexamplesTest/bin/Release/csharp_cryptoexamplesTest.dll \ No newline at end of file