travis: Force AAPCS toolchain version

Make Travis CI use the GNU ARM Embedded toolchain version specified by
the READMEs, instead of automatically using the latest version provided
by the PPA. In this way, the READMEs will still be correct after a PPA
upgrade, and the version used by Contiki is under control.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
ico
Benoît Thébaudeau 2016-02-07 18:11:12 +01:00
parent daa83ee3ef
commit 910f7b1ac8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ before_script:
- if [ ${BUILD_ARCH:-0} = arm-aapcs ] ; then
sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa &&
sudo apt-get -qq update &&
sudo apt-get -qq install gcc-arm-embedded srecord &&
sudo apt-get -qq install gcc-arm-embedded=5-2015q4-1~precise1 srecord &&
arm-none-eabi-gcc --version ;
fi