andy5995 commented on this pull request.
> + dist: xenial + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-8 + env: + - MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" + +# clang + - os: linux + addons: + apt: + sources: + - llvm-toolchain-trusty-5.0 Travis uses trusty as the environment by default https://travis-ci.org/geany/geany/jobs/527122310#L9 -- 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#discussion_r280279454