[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-211-gfc5947f

git at osgeo.org git at osgeo.org
Wed Jun 16 01:18:29 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  fc5947f46d2ba1756d7ae2a1c79a2b2b02c433c9 (commit)
      from  1cfb456ac11a20aa361cf6816f2dd88d30651112 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc5947f46d2ba1756d7ae2a1c79a2b2b02c433c9
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jun 16 10:18:16 2021 +0200

    I don't think we're using travis anymore, right ?

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 73df152..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-services:
-  - docker
-
-language: c
-
-env:
-  # Use the last stable release to run more tests
-  #- tag=pg13-geos39-gdal31-proj71 mode=garden
-  - tag=pg13-geos39-gdal31-proj71 mode=tests
-  - tag=pg13-geos39-gdal31-proj71 mode=debug
-  - tag=pg13-geos39-gdal31-proj71 mode=coverage
-  - tag=pg13-geos39-gdal31-proj71 mode=usan_gcc
-  - tag=pg13-clang-geos39-gdal31-proj71 mode=usan_clang
-
-  # Run tests with different dependency combinations
-  - tag=latest mode=tests
-  - tag=pg13-geos38-gdal31-proj71 mode=tests
-  - tag=pg12-geos37-gdal30-proj611 mode=tests
-  - tag=pg11-geos37-gdal24-proj52 mode=tests
-  - tag=pg10-geos36-gdal23-proj49 mode=tests
-  - tag=pg96-geos36-gdal22-proj49 mode=tests
-
-matrix:
-  allow_failures:
-    - env: tag=latest mode=tests
-  include:
-    - name: "Lint: python3 -m flake8 . --select=E9,F63,F72,F82"
-      language: python
-      script:
-        - pip install flake8  # lint Python code for syntax errors
-        - flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
-
-before_install:
-  - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
-  - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
-  - sudo apt-get update
-  - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
-
-script:
-  - echo "/tmp/logbt-coredumps/core.%p.%E" | sudo tee /proc/sys/kernel/core_pattern
-  - echo "FROM postgis/postgis-build-env:${tag}" > Dockerfile
-  - echo "ADD --chown=postgres:postgres . /src/postgis" >> Dockerfile
-  - echo "CMD bash ci/travis/run_${mode}.sh" >> Dockerfile
-  - docker build -t pgtest .
-  - ci_env=`bash .github/codecov_env.bash`
-  - docker run $ci_env --name pgtest-${TRAVIS_BUILD_NUMBER} pgtest
-
-after_success:
-  - docker rm pgtest-${TRAVIS_BUILD_NUMBER}
-
-notifications:
-  email: false
-  irc:
-    channels:
-      - "irc.freenode.org#postgis-activity"
-    on_success: change
-    on_failure: always
-    use_notice: false

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 58 ----------------------------------------------------------
 1 file changed, 58 deletions(-)
 delete mode 100644 .travis.yml


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list