We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d328cb commit 67f25dfCopy full SHA for 67f25df
.travis.yml
@@ -8,6 +8,8 @@ before_script:
8
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
9
- sudo apt-get update -qq
10
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system mingw32
11
+ # For teensy build
12
+ - sudo apt-get install realpath
13
14
script:
15
- make -C unix CC=gcc-4.7
0 commit comments