diff --git a/.travis.yml b/.travis.yml index 988ea3217..f4ef548a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ before_install: install: - sudo apt-get install build-essential - sudo apt-get install gcc-multilib - - sudo apt-get install gcc-arm-none-eabi +#TODO: remove the `=4-*` if the stock gcc-arm-none-eabi ships the missing c++ headers (cf. #1656) + - sudo apt-get install gcc-arm-none-eabi=4-* - sudo apt-get install gcc-msp430 - sudo apt-get install pcregrep libpcre3 - sudo apt-get install qemu-system-x86 python3