]> granicus.if.org Git - postgis/commitdiff
Travis: Use PG12 image by default
authorRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 31 Jul 2019 15:22:19 +0000 (15:22 +0000)
committerRaúl Marín Rodríguez <rmrodriguez@carto.com>
Wed, 31 Jul 2019 15:22:19 +0000 (15:22 +0000)
Closes #4446

git-svn-id: http://svn.osgeo.org/postgis/trunk@17649 b70326c6-7e19-0410-871a-916f4a2858ee

.travis.yml

index d527f6754c79bc337dd500f8a4c95a7528d16e2a..dff44422efb3a107c687511d467668ef525590c7 100644 (file)
@@ -4,13 +4,17 @@ services:
 language: c
 
 env:
-  - tag=pg11-geos37-gdal24-proj52 mode=garden
+  # Use the last stable release to run more tests
+  - tag=pg12-geos37-gdal30-proj611 mode=garden
+  - tag=pg12-geos37-gdal30-proj611 mode=tests
+  - tag=pg12-geos37-gdal30-proj611 mode=debug
+  - tag=pg12-geos37-gdal30-proj611 mode=coverage
+  - tag=pg12-geos37-gdal30-proj611 mode=usan_gcc
+  - tag=pg12-clang-geos37-gdal30-proj611 mode=usan_clang
+  - tag=pg12-geos37-gdal30-proj611 mode=nowagyu
+
+  # Run tests with different dependecy combinations
   - tag=latest mode=tests
-  - tag=pg11-geos37-gdal24-proj52 mode=debug
-  - tag=pg11-geos37-gdal24-proj52 mode=coverage
-  - tag=pg11-geos37-gdal24-proj52 mode=usan_gcc
-  - tag=pg11-clang-geos37-gdal24-proj52 mode=usan_clang
-  - tag=pg11-geos37-gdal24-proj52 mode=nowagyu
   - tag=pg11-geos37-gdal24-proj52 mode=tests
   - tag=pg10-geos36-gdal23-proj49 mode=tests
   - tag=pg96-geos36-gdal22-proj49 mode=tests