From fe60a97d2712edfd62970f35034e5e4c30893a77 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Mon, 13 Jan 2020 22:33:07 +0000 Subject: [PATCH] moved a few things around --- .../CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .../ISSUE_TEMPLATE.md | 0 .../PULL_REQUEST_TEMPLATE.md | 0 .travis.yml | 31 ------------------- appveyor.yml | 1 - .../Docker-Compose/docker-compose.yaml | 0 7 files changed, 32 deletions(-) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (100%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) delete mode 100644 .travis.yml delete mode 100644 appveyor.yml rename docker-compose.yaml => samples/Docker-Compose/docker-compose.yaml (100%) diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 813fa571..00000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6e79d909..00000000 --- a/appveyor.yml +++ /dev/null @@ -1 +0,0 @@ -image: Visual Studio 2019 \ No newline at end of file diff --git a/docker-compose.yaml b/samples/Docker-Compose/docker-compose.yaml similarity index 100% rename from docker-compose.yaml rename to samples/Docker-Compose/docker-compose.yaml