Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created August 24, 2015 21:12
Show Gist options
  • Save khaosdoctor/891f93a59ff4d0c721dc to your computer and use it in GitHub Desktop.
Save khaosdoctor/891f93a59ff4d0c721dc to your computer and use it in GitHub Desktop.
Travis.yml for .NET
language: c
before_install:
- sudo apt-get update -qq > /dev/null
- sudo apt-get install mono-devel mono-gmcs nunit-console
- mozroots --import --sync
- mv -f src/.nuget/NuGet.mono.targets src/.nuget/NuGet.targets
- export EnableNuGetPackageRestore=true
script:
- cd <path>
- xbuild <solution>.sln
- nunit-console <path to>.dll -exclude Integration,NotWorkingOnMono
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment