Skip to content

Commit c503f89

Browse files
authored
Merge pull request #922 from asbjornu/feature/os-x-build
Instruct Travis to build on OS X
2 parents 1d9e30c + 7166db3 commit c503f89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: csharp
22
solution: src/GitVersion.sln
33
sudo: false
4+
mono:
5+
- latest
6+
os:
7+
- linux
8+
- osx
49
before_install: # We need to download nuget.exe due to: https://github.com/travis-ci/travis-ci/issues/5932
510
- mkdir -p .nuget
611
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

0 commit comments

Comments
 (0)