Ocelot/.travis.yml
Tom Pallister 50824e79da
updated dotnet core sdk and cake build script (#717)
* updated dotnet core sdk and cake build script

* update travis SDK version

* update mono for travis and update .net core sdk to what appveyor supports

* same version of .net in travis as cake build

* same sdk on traivs and appveyor
2018-12-16 14:54:12 +00:00

32 lines
540 B
YAML

language: csharp
os:
- osx
- linux
# Ubuntu 14.04
sudo: required
dist: trusty
# OS X 10.12
osx_image: xcode9.2
mono:
- 5.10.0
dotnet: 2.1.500
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