summaryrefslogtreecommitdiffstats
path: root/SendGrid/.ci/tests.sh
blob: e109d30da55ea8c9f43574af2a3da29f28e164e0 (plain)
1
2
3
4
5
#!/bin/sh -x

mono --runtime=v4.0 .nuget/NuGet.exe install NUnit.Runners -Version 2.6.1 -o packages
mono --runtime=v4.0 packages/NUnit.Runners.2.6.1/tools/nunit-console.exe -noxml -nodots -labels -stoponerror Tests/bin/BuildNet45/Tests.dll
exit $?