Skip to content

Commit

Permalink
Merge pull request #9 from zamabraga/master
Browse files Browse the repository at this point in the history
ref #5 - travis fixed build
drr00t authored Aug 25, 2016
2 parents 61620d6 + f890698 commit 056291d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -16,17 +16,16 @@ os:
# - nuget
# - mono-complete

#language: csharp
language: csharp
#solution: TweetNaCl.sln

mono:
- latest

install:
- nuget restore src/TweetNaCl.sln
- nuget install NUnit.Runners -Version 2.6.4
- nuget install NUnit.Runners -Version 3.0.1 -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.Console.3.0.1/tools/nunit3-console.exe src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll

0 comments on commit 056291d

Please sign in to comment.