> 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 -- 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-490479301
