os:
  - linux
  - osx

language: csharp

sudo: required

env:
  - CONFIGURATION=Release

mono:
  - latest

solution: Solutions/IronPython.sln

install:
  - if [[ "$TRAVIS_OS_NAME" != "osx" ]] ; then sudo apt-get install -y binfmt-support libmono-system-windows-forms4.0-cil ; fi
  - nuget restore Solutions/IronPython.sln

script:
  - travis_wait 120 make test-ipy-release 

notifications:
  email:
    recipients:
      - slide.o.mix@gmail.com
      - ticotimo@gmail.com
    on_success: always # default: change
    #on_failure: [always|never|change] # default: always
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/9fdb5c75f38c850816f8
