From af6707ad0aa65e396b70911d6745293948e26cdd Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Wed, 24 Aug 2016 20:48:38 -0300 Subject: [PATCH 1/3] ref #5 - travis configuration. --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7387b78..f7b46fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ -language: csharp +language: csharp # dotnet cli require Ubuntu 14.04 sudo: required #dist: xenial -os: +os: - linux # dotnet cli require OSX 10.10 @@ -24,9 +24,8 @@ mono: install: - nuget restore src/TweetNaCl.sln - - nuget install NUnit.Runners -Version 2.6.4 + - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release ./src/TweetNaCl.sln - - mono src/packages/NUnit.Runners.2.6.2/tools/nunit-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll - + - mono testrunner/NUnit.Runners.2.6.2/tools/nunit-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll From c85f7e433383124a0d917120e1416fa2f410d38c Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Wed, 24 Aug 2016 20:52:12 -0300 Subject: [PATCH 2/3] ref #5 - travis configuration. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7b46fc..d6d1847 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ os: # - nuget # - mono-complete -#language: csharp +language: csharp #solution: TweetNaCl.sln mono: From f890698293b637a890e8031550bfcda838ce3951 Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Wed, 24 Aug 2016 20:57:15 -0300 Subject: [PATCH 3/3] ref #5 - travis configuration. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6d1847..c282606 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ mono: install: - nuget restore src/TweetNaCl.sln - - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner + - nuget install NUnit.Runners -Version 3.0.1 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release ./src/TweetNaCl.sln - - mono testrunner/NUnit.Runners.2.6.2/tools/nunit-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll + - mono ./testrunner/NUnit.Console.3.0.1/tools/nunit3-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll