summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Doane <jay.s.doane@gmail.com>2018-12-23 00:52:26 -0800
committerNick Vatamaniuc <nickva@users.noreply.github.com>2018-12-27 23:53:31 -0500
commitc347470851e1cd62f5c304f15ef9d5ee1b34d1b4 (patch)
tree2076deee0a36f0ce6b2d14a78bf196e669c547be
parent7be0ab849d57303b93b8cc1d92ce2a23be3c702f (diff)
downloadcouchdb-c347470851e1cd62f5c304f15ef9d5ee1b34d1b4.tar.gz
Remove obsolete travis files
These files were used when their apps had separate repositories, but are obsolete in the "mono repo" since their apps are built together using the top level .travis.yml now.
-rw-r--r--src/chttpd/.travis.yml23
-rw-r--r--src/couch/.travis.yml23
-rw-r--r--src/couch_epi/.travis.yml34
-rw-r--r--src/couch_index/.travis.yml43
-rw-r--r--src/couch_log/.travis.yml43
-rw-r--r--src/couch_mrview/.travis.yml23
-rw-r--r--src/couch_replicator/.travis.yml44
-rw-r--r--src/fabric/.travis.yml23
-rw-r--r--src/global_changes/.travis.yml23
-rw-r--r--src/mango/.travis.yml29
10 files changed, 0 insertions, 308 deletions
diff --git a/src/chttpd/.travis.yml b/src/chttpd/.travis.yml
deleted file mode 100644
index afe172124..000000000
--- a/src/chttpd/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.0
- - 17.5
- - R16B03-1
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/chttpd
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=chttpd
-
-cache: apt
diff --git a/src/couch/.travis.yml b/src/couch/.travis.yml
deleted file mode 100644
index c06d1b130..000000000
--- a/src/couch/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.0
- - 17.5
- - R16B03-1
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch
-
-cache: apt
diff --git a/src/couch_epi/.travis.yml b/src/couch_epi/.travis.yml
deleted file mode 100644
index 236bcb5cc..000000000
--- a/src/couch_epi/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.1
- - 17.5
- - R16B03-1
-
-matrix:
- allow_failures:
- - otp_release: R16B03-1
-
-sudo: false
-
-addons:
- apt:
- packages:
- - libmozjs185-dev
-
-before_install:
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch_epi
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch_epi skip_deps=couch_log
- - ./bin/rebar -r build-plt apps=couch_epi skip_deps=couch_log
- - ./bin/rebar -r dialyze apps=couch_epi skip_deps=couch_log
-
-cache: apt
diff --git a/src/couch_index/.travis.yml b/src/couch_index/.travis.yml
deleted file mode 100644
index ee4664edf..000000000
--- a/src/couch_index/.travis.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: erlang
-
-otp_release:
- - 18.1
- - 18.0
- - 17.5
- - R16B03-1
-
-sudo: false
-
-addons:
- apt:
- packages:
- - libmozjs185-dev
-
-before_install:
- - git clone --depth 1 https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch_index
- - make
-
-script:
- - make eunit apps=couch_index skip_deps=couch_epi,couch_log
-
-cache: apt
diff --git a/src/couch_log/.travis.yml b/src/couch_log/.travis.yml
deleted file mode 100644
index 621c9cba6..000000000
--- a/src/couch_log/.travis.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: erlang
-
-otp_release:
- - 18.1
- - 18.0
- - 17.5
- - R16B03-1
-
-sudo: false
-
-addons:
- apt:
- packages:
- - libmozjs185-dev
-
-before_install:
- - git clone --depth 1 https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch_log
- - make
-
-script:
- - make eunit apps=couch_log skip_deps=couch_epi
-
-cache: apt
diff --git a/src/couch_mrview/.travis.yml b/src/couch_mrview/.travis.yml
deleted file mode 100644
index 142a2aad0..000000000
--- a/src/couch_mrview/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.0
- - 17.5
- - R16B03-1
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch_mrview
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch_mrview
-
-cache: apt
diff --git a/src/couch_replicator/.travis.yml b/src/couch_replicator/.travis.yml
deleted file mode 100644
index ed8f466bd..000000000
--- a/src/couch_replicator/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: erlang
-
-otp_release:
- - 18.2
- - 18.1
- - 18.0
- - 17.5
- - R16B03-1
-
-sudo: false
-
-addons:
- apt:
- packages:
- - libmozjs185-dev
-
-before_install:
- - git clone --depth 1 https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/couch_replicator
- - make
-
-script:
- - make eunit apps=couch_replicator skip_deps=couch_epi,couch_log
-
-cache: apt
diff --git a/src/fabric/.travis.yml b/src/fabric/.travis.yml
deleted file mode 100644
index 13a7a32ae..000000000
--- a/src/fabric/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.1
- - 17.5
- - R16B03-1
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/fabric
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=fabric
-
-cache: apt
diff --git a/src/global_changes/.travis.yml b/src/global_changes/.travis.yml
deleted file mode 100644
index 67417be96..000000000
--- a/src/global_changes/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: erlang
-
-otp_release:
- - 18.0
- - 17.5
- - R16B03-1
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev
- - git clone https://github.com/apache/couchdb
-
-before_script:
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -r ../!(couchdb) ./src/global_changes
- - make
-
-script:
- - ./bin/rebar setup_eunit
- - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=global_changes
-
-cache: apt
diff --git a/src/mango/.travis.yml b/src/mango/.travis.yml
deleted file mode 100644
index d6130128b..000000000
--- a/src/mango/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-language: erlang
-
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get -y install libmozjs-dev python-virtualenv
- - git clone --depth=1 https://github.com/apache/couchdb
- - cd couchdb
- - ./configure --disable-docs --disable-fauxton
- - cp -R ../src ./src/mango
- - make
- - cd ..
- - couchdb/dev/run -n 1 --admin=testuser:testpass &
- - sleep 10
-
-before_script:
- - make venv
- - source venv/bin/activate
- - make pip-install
-
-matrix:
- include:
- - otp_release: 18.1
- python: 2.7
- - otp_release: 17.5
- python: 2.7
- - otp_release: R16B03-1
- python: 2.7
-
-cache: apt