moved a few things around

This commit is contained in:
TomPallister 2020-01-13 22:33:07 +00:00
parent 7377f305c2
commit fe60a97d27
7 changed files with 0 additions and 32 deletions

View File

@ -1,31 +0,0 @@
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

View File

@ -1 +0,0 @@
image: Visual Studio 2019