# Travis-CI Build for libgit2sharp # see travis-ci.org for details language: c os: - osx - linux before_install: - date -u - uname -a - export PATH=/opt/mono/bin:$PATH - env | sort # Make sure CMake and Mono are installed install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./CI/travis.linux.install.deps.sh; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./CI/travis.osx.install.deps.sh; fi # Build libgit2, LibGit2Sharp and run the tests script: - ./build.libgit2sharp.sh # Only watch the development branch branches: only: - vNext # Notify of build changes notifications: email: - emeric.fermas@gmail.com