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 17ec248 commit 60e786cCopy full SHA for 60e786c
.travis.yml
@@ -18,8 +18,18 @@ matrix:
18
- os: linux
19
dist: bionic
20
compiler: gcc-8
21
- env: T="bionic_gcc8_all_luajit_release"
22
- PG_VERSIONS="9.3 9.4 9.5 9.6 10 11 12"
+ env: T="bionic_gcc8_all_9_luajit_release"
+ PG_VERSIONS="9.3 9.4 9.5 9.6"
23
+ LUA_VERSION=5.3
24
+ BUILD_TYPE="Release" LUAJIT_OPTION="ON"
25
+ CXXFLAGS="-pedantic -Wextra -Werror"
26
+ CC=gcc-8 CXX=g++-8 CPPVERSION=14
27
+
28
+ - os: linux
29
+ dist: bionic
30
+ compiler: gcc-8
31
+ env: T="bionic_gcc8_all_10+_luajit_release"
32
+ PG_VERSIONS="10 11 12"
33
LUA_VERSION=5.3
34
BUILD_TYPE="Release" LUAJIT_OPTION="ON"
35
CXXFLAGS="-pedantic -Wextra -Werror"
0 commit comments