NO-JIRA: remove stale CI service configs, components have moved to their own repos

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1822097 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ac3e83b..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-os:
-- linux
-sudo: false
-language:
-- c
-- cpp
-cache: ccache
-addons:
-  apt:
-    packages:
-    - cmake
-    - libboost-dev
-    - libboost-program-options-dev
-    - libboost-system-dev
-    - libboost-test-dev
-    - uuid-dev
-    - libnss3-dev
-    - libsasl2-dev
-    - sasl2-bin
-    - swig
-    - python-dev
-    - valgrind
-    - ruby
-before_script:
-- mkdir Build
-- cd Build
-- cmake ../qpid/cpp -DCMAKE_INSTALL_PREFIX=$PWD/install
-script:
-- cmake --build . --target install && ctest -V
-
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 3266fab..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-version: '{branch}.{build}'
-configuration: RelWithDebInfo
-clone_depth: 1
-before_build:
-- mkdir BLD
-- cd BLD
-- cmake -G "Visual Studio 14 2015" -DBUILD_BINDING_DOTNET=OFF -DBOOST_ROOT=C:\Libraries\boost_1_59_0 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_59_0\lib32-msvc-14.0 ../qpid/cpp
-- cd ..
-build:
-  project: BLD\qpid-cpp.sln
-  parallel: true
-  verbosity: normal