File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,15 @@ matrix:
5555 include :
5656 # ---- Linux + CLANG ---------------------------
5757 - os : linux
58+ dist : trusty
5859 compiler : " clang-3.8"
5960 env : T="clang38_pg92_dbtest" LUAJIT_OPTION="OFF"
6061 CXXFLAGS="-pedantic -Wextra -Werror"
6162 CC=clang-3.8 CXX=clang++-3.8
6263 addons : *clang38_pg92
6364
6465 - os : linux
66+ dist : trusty
6567 compiler : " clang-7"
6668 env : T="clang7_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
6769 CXXFLAGS="-pedantic -Wextra -Werror"
@@ -82,13 +84,15 @@ matrix:
8284
8385 # ---- Linux + GCC ---------------------------
8486 - os : linux
87+ dist : trusty
8588 compiler : " gcc-4.8"
8689 env : T="gcc48_pg96_dbtest" LUAJIT_OPTION="OFF"
8790 CXXFLAGS="-pedantic -Wextra -Werror"
8891 CC=gcc-4.8 CXX=g++-4.8
8992 addons : *gcc48_pg96
9093
9194 - os : linux
95+ dist : trusty
9296 compiler : gcc-8
9397 env : T="gcc8_pg96_dbtest_luajit" LUAJIT_OPTION="ON"
9498 CXXFLAGS="-pedantic -Wextra -Werror"
You can’t perform that action at this time.
0 commit comments