Skip to content

Commit 67f25df

Browse files
committed
travis: Install realpath, required for teensy build.
1 parent 5d328cb commit 67f25df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ before_script:
88
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
99
- sudo apt-get update -qq
1010
- 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
1113

1214
script:
1315
- make -C unix CC=gcc-4.7

0 commit comments

Comments
 (0)