We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219e043 commit c090bb1Copy full SHA for c090bb1
.travis.yml
@@ -72,6 +72,18 @@ matrix:
72
CXXFLAGS="-pedantic -Wextra -Werror"
73
CC=gcc-5 CXX=g++-5 CPPVERSION=11
74
75
+ - os: linux
76
+ dist: bionic
77
+ compiler: gcc-7
78
+ env: T="bionic_gcc7_pg12"
79
+ PG_VERSIONS=12
80
+ POSTGIS_VERSION=3
81
+ LUA_VERSION=5.1
82
+ BUILD_TYPE="Debug" LUAJIT_OPTION="OFF"
83
+ CXXFLAGS="-pedantic -Wextra -Werror"
84
+ CC=gcc-7 CXX=g++-7 CPPVERSION=11
85
+
86
87
- os: linux
88
dist: bionic
89
compiler: gcc-8
0 commit comments