Skip to content

Commit

Permalink
Merge pull request #7 from jbtule/fix-ci
Browse files Browse the repository at this point in the history
Update to new c# lang config
  • Loading branch information
jbtule authored Jun 22, 2017
2 parents bae220a + 8fae08c commit 84d2326
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
# Travis-CI Build for keyczar-dotnet
# see travis-ci.org for details

language: objective-c
language: csharp
solution: Keyczar/Keyczar.sln

env:
global:
env:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VER="2.10.11"
- MONO_VER="3.0.12"

before_install:
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
- hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
- sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
mono:
- latest
- 3.12.0
- 3.10.0

script:
- cd Keyczar/
- xbuild
- .ci/RunTests.sh

branches:
only:
- master
- stable
- .ci/RunTests.sh

0 comments on commit 84d2326

Please sign in to comment.