Skip to content

Commit

Permalink
Merge pull request nunit#787 from akoeplinger/travis-csharp
Browse files Browse the repository at this point in the history
Use Travis CI C# support instead of installing Mono from a PPA
  • Loading branch information
rprouse committed Sep 8, 2015
2 parents 768b199 + adf7687 commit c43a49f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
before_install:
- sudo add-apt-repository ppa:directhex/monoxide -y
- sudo apt-get update -qq -y
- sudo apt-get install mono-devel -qq -y
- yes | sudo certmgr -ssl -m https://go.microsoft.com
- yes | sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
- yes | sudo certmgr -ssl -m https://nuget.org
- sudo mozroots --import --machine --sync
language: csharp
sudo: false
mono:
- latest
- 3.2.8

before_script:
- xbuild NUnit.proj /p:Configuration=Release /p:Framework=$Framework "/t:DumpSettings"

script:
- ./tools/nuget.exe restore nunit.sln
- mono ./tools/nuget.exe restore nunit.sln
- xbuild NUnit.proj /p:Configuration=Release /p:Framework=$Framework /t:$Targets

env:
Expand Down

0 comments on commit c43a49f

Please sign in to comment.