language: csharp os: - osx - linux # Ubuntu 14.04 sudo: required dist: bionic # OS X 10.12 osx_image: xcode9.4 mono: - 6.0.0 dotnet: 3.0.100 before_install: - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" - git fetch origin script: - ./build.sh cache: directories: - .packages - tools/Addins - tools/gitreleasemanager - tools/GitVersion.CommandLine