Install dependencies for Travis CI before building

This commit is contained in:
Rihards Skuja 2017-11-22 09:19:36 +02:00
parent 99c78df320
commit f5ae04c145

View File

@ -1,3 +1,7 @@
language: C
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-avr binutils-avr avr-libc
before_script: cd default
script: make