Skip to content

Commit

Permalink
added new build targets for travis
Browse files Browse the repository at this point in the history
added mono 3.6.0 and 3.8.0 build targets to travis, fixes #475
  • Loading branch information
Hüseyin Uslu committed Sep 24, 2014
1 parent f419170 commit f5a58a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ env:
global:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VER="3.2.7" Package="pkg"
- MONO_VER="3.4.0" Package="pkg"
- MONO_VER="3.2.7"
- MONO_VER="3.4.0"
- MONO_VER="3.6.0"
- MONO_VER="3.8.0"
before_install:
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.${Package}"
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"
- ./build/extra/travis/install-mono.sh
script:
- xbuild build/CoiniumServ.sln
Expand Down

0 comments on commit f5a58a8

Please sign in to comment.