Install dependencies for Travis CI before building
This commit is contained in:
parent
99c78df320
commit
f5ae04c145
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user