git:
  depth: 3

os:
  - linux
  - osx

language: csharp

env:
  - CONFIGURATION=Release FLAVOUR=release

mono:
  - latest

# Let's ignore mac timeouts for now
matrix:
  allow_failures:
    - os: osx
#  include:
# Skipping on dotnet for now as xbuild is not available?
#    - dotnet: 1.0.0-preview2-003121
#      mono: none
#      env: DOTNETCORE=1
#    - mono: latest
#    - mono: alpha
#    - mono: beta
#    - mono: weekly

script:
  - make test-ipy
