absolute path to gcc in .travis.yml

This commit is contained in:
nathan 2016-09-04 13:41:39 -07:00
parent e98acee7cf
commit a36ad01c3a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ compiler: clang
install:
- make arm_sdk_install
before_script: tools/gcc-arm-none-*/bin/arm-none-eabi-gcc --version
before_script: tools/gcc-arm-none-eabi-5_4-2016q2/bin/arm-none-eabi-gcc --version
script: ./.travis.sh
cache: apt