Fixed Travis arm-gcc

This commit is contained in:
but0n 2016-08-14 20:15:02 +08:00
parent f9072aa153
commit 5db397fa7d

View File

@ -5,7 +5,7 @@ sudo: required
before_install: before_install:
- brew update - brew update
- brew install coreutils - brew install coreutils
- brew search gcc-arm-none-eabi - brew search arm
compiler: compiler:
- arm-none-eabi-gcc - arm-none-eabi-gcc
script: make script: make