nickva closed pull request #1834: Remove obsolete travis files URL: https://github.com/apache/couchdb/pull/1834
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/chttpd/.travis.yml b/src/chttpd/.travis.yml deleted file mode 100644 index afe1721240..0000000000 --- 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 c06d1b1304..0000000000 --- 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 236bcb5ccd..0000000000 --- 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 ee4664edf6..0000000000 --- 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 621c9cba6b..0000000000 --- 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 142a2aad03..0000000000 --- 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 ed8f466bdc..0000000000 --- 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 13a7a32aed..0000000000 --- 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 67417be96a..0000000000 --- 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 d6130128b0..0000000000 --- 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
