Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ynamitey into vs2017-dotnetcore
  • Loading branch information
jbtule committed Jun 22, 2017
2 parents 8885dc5 + acf0b55 commit 9a85cb0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Travis-CI Build for dynamitey
# see travis-ci.org for details

language: objective-c

language: csharp
solution: Dynamitey.sln
env:
global:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VER="3.2.4"
before_install:
# Make sure mono is installed,
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /

mono: none
dotnet: 1.0.4
dist: trusty

script:
- xbuild
- dotnet restore
- dotnet build
- .ci/nunit.sh Tests/bin/Debug/Tests.dll

0 comments on commit 9a85cb0

Please sign in to comment.