Skip to content
Snippets Groups Projects
Commit 67f25dfe authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

travis: Install realpath, required for teensy build.

parent 5d328cbe
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ before_script:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update -qq
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system mingw32
# For teensy build
- sudo apt-get install realpath
script:
- make -C unix CC=gcc-4.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment