diff --git a/.travis.yml b/.travis.yml index c4dada847..c17c91b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,10 +106,12 @@ jobs: os: linux compiler: gcc script: .travis/script.sh - - env: BUILD_TARGET="arm-gcc-8" - os: linux - compiler: gcc - script: .travis/script.sh +# Disable Arm GCC 8 until slow compile bug is fixed: +# https://github.com/openthread/openthread/issues/4053 +# - env: BUILD_TARGET="arm-gcc-8" +# os: linux +# compiler: gcc +# script: .travis/script.sh - env: BUILD_TARGET="posix" CC="gcc-5" CXX="g++-5" os: linux compiler: gcc