> > https://travis-ci.org/geany/geany/jobs/528683476, build 1959.12: > > > ``` > > > $ export MATRIX_EVAL="CC=clang-3.5 && CXX=clang++-3.5" > > > $ export TRAVIS_COMPILER=gcc > > > $ export CXX=g++ > > > $ export CXX_FOR_BUILD=g++ > > > $ export CC=gcc > > > $ export CC_FOR_BUILD=gcc > > > ``` > > > > > > That's already suspicious. And the job summary suggest Travis thinks it's > > gcc, but we set clang-3.5. > > Oh, looks like I forgot to set the "compiler" in that section. I'll push a > new commit
I see now you're trying stuff in #2149 so I'll hold off on any more changes. btw, anyone with "maintainer" access can just edit the files in this PR. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2067#issuecomment-490482093
