[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-58-gb9c792c
git at osgeo.org
git at osgeo.org
Tue Aug 18 07:37:15 PDT 2020
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 b9c792ce1a9873b80f03362feab7e3795805f09d (commit)
from c0d947e005e67e8b36a3f0b2d997229782c356c5 (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 b9c792ce1a9873b80f03362feab7e3795805f09d
Author: Raúl Marín <git at rmr.ninja>
Date: Tue Aug 18 15:22:15 2020 +0200
Travis: Use the latest Docker
I updated the images with the latest PG minor releases and
Travis is having issues running them. With this we make sure
it's running the latest stable release of Docker
diff --git a/.travis.yml b/.travis.yml
index 7e0a658..71a34f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,12 @@ matrix:
- 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
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list