Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
language: csharp

env:
matrix:
- MONO_VERSION="3.4.0"

sudo: required
os:
- linux
- osx

before_install:
- chmod +x build.sh

install:
- wget "http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /

script:
- ./build.sh All
- ./build.sh Debug
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ FSharp.Compiler.CodeDom
=======================

[An F# CodeDOM implementation](http://fsprojects.github.io/FSharp.Compiler.CodeDom/) (based on the one in the F# power pack)
[![NuGet Status](http://img.shields.io/nuget/v/FSharp.Compiler.CodeDom.svg?style=flat)](https://www.nuget.org/packages/FSharp.Compiler.CodeDom/)

[![NuGet](https://buildstats.info/nuget/FSharp.Compiler.CodeDom?includePreReleases=true)](https://www.nuget.org/packages/FSharp.Compiler.CodeDom)
[![Travis](https://travis-ci.org/fsprojects/FSharp.Compiler.CodeDom.svg)](https://travis-ci.org/fsprojects/FSharp.Compiler.CodeDom)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/wfq1c27yt1ccu4pj?svg=true)](https://ci.appveyor.com/project/sergey-tihon/fsharp-compiler-codedom)

### Maintainer(s)

Expand Down